Class DriveFolder
Defines a DriveFolder object
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Drive
Assembly: PnP.Framework.dll
Syntax
public class DriveFolder : DriveFolderBase, IProvisioningTemplateDescendant
Constructors
DriveFolder()
Declaration
public DriveFolder()
Properties
ExcludedExtensions
The file Extensions (lower case) to exclude while uploading the source Folder
Declaration
public string ExcludedExtensions { get; set; }
Property Value
System.String
|
IncludedExtensions
The file Extensions (lower case) to include while uploading the source Folder
Declaration
public string IncludedExtensions { get; set; }
Property Value
System.String
|
Name
Defines the Name of the Folder in OneDrive for Business
Declaration
public string Name { get; set; }
Property Value
System.String
|
Overwrite
The Overwrite flag for the File items in the Directory
Declaration
public bool Overwrite { get; set; }
Property Value
System.Boolean
|
Recursive
Defines whether to recursively browse through all the child folders of the source Folder
Declaration
public bool Recursive { get; set; }
Property Value
System.Boolean
|
Src
Defines the Source path of the folder in OneDrive for Business
Declaration
public string Src { get; set; }
Property Value
System.String
|
Methods
EqualsInherited(DriveFolderBase)
Declaration
protected override bool EqualsInherited(DriveFolderBase other)
Parameters
DriveFolderBase
other
|
Returns
System.Boolean
|
Overrides
GetInheritedHashCode()
Gets the hash code
Declaration
protected override int GetInheritedHashCode()
Returns
System.Int32
Returns HashCode |