Class DriveFolder
Inheritance
System.Object
DriveFolder
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202103
Assembly: PnP.Framework.dll
Syntax
public class DriveFolder : object
Constructors
DriveFolder()
Declaration
public DriveFolder()
Properties
ExcludedExtensions
Declaration
public string ExcludedExtensions { get; set; }
Property Value
System.
|
IncludedExtensions
Declaration
public string IncludedExtensions { get; set; }
Property Value
System.
|
Items
Declaration
public object[] Items { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
Overwrite
Declaration
public bool Overwrite { get; set; }
Property Value
System.
|
Recursive
Declaration
public bool Recursive { get; set; }
Property Value
System.
|
Src
Declaration
public string Src { get; set; }
Property Value
System.
|