Search Results for

    Show / Hide Table of Contents

    Class DriveFolder

    Defines a DriveFolder object

    Inheritance
    System.Object
    BaseModel
    DriveFolderBase
    DriveFolder
    Inherited Members
    DriveFolderBase.DriveFolders
    DriveFolderBase.DriveFiles
    DriveFolderBase.GetHashCode()
    DriveFolderBase.Equals(Object)
    DriveFolderBase.Equals(DriveFolderBase)
    BaseModel.ParentTemplate
    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
    DriveFolderBase.EqualsInherited(DriveFolderBase)

    GetInheritedHashCode()

    Gets the hash code

    Declaration
    protected override int GetInheritedHashCode()
    Returns
    System.Int32

    Returns HashCode

    Overrides
    DriveFolderBase.GetInheritedHashCode()

    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