Search Results for

    Show / Hide Table of Contents

    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.String

    IncludedExtensions

    Declaration
    public string IncludedExtensions { get; set; }
    Property Value
    System.String

    Items

    Declaration
    public object[] Items { get; set; }
    Property Value
    System.Object[]

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    System.String

    Overwrite

    Declaration
    public bool Overwrite { get; set; }
    Property Value
    System.Boolean

    Recursive

    Declaration
    public bool Recursive { get; set; }
    Property Value
    System.Boolean

    Src

    Declaration
    public string Src { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer