Class DriveFolderBase
Defines a DriveFolderBase object
Inherited Members
Namespace: PnP.Framework.Provisioning.Model.Drive
Assembly: PnP.Framework.dll
Syntax
public abstract class DriveFolderBase : BaseModel, IProvisioningTemplateDescendant
Constructors
DriveFolderBase()
Declaration
public DriveFolderBase()
Properties
DriveFiles
Defines a collection of DriveFile items
Declaration
public DriveFileCollection DriveFiles { get; }
Property Value
DriveFileCollection
|
DriveFolders
Defines a collection of DriveFolder items
Declaration
public DriveFolderCollection DriveFolders { get; }
Property Value
DriveFolderCollection
|
Methods
Equals(DriveFolderBase)
Compares DriveFolderBase object based on Drivefolders, DriveFiles
Declaration
public bool Equals(DriveFolderBase other)
Parameters
DriveFolderBase
other
DriveFolderBase Class object |
Returns
System.Boolean
true if the DriveFolderBase object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with DriveFolderBase class
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents DriveFolderBase |
Returns
System.Boolean
Checks whether object is DriveFolderBase class |
EqualsInherited(DriveFolderBase)
Compares the HashCode of the members of any inherited type
Declaration
protected abstract bool EqualsInherited(DriveFolderBase other)
Parameters
DriveFolderBase
other
|
Returns
System.Boolean
|
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |
GetInheritedHashCode()
Returns the HashCode of the members of any inherited type
Declaration
protected abstract int GetInheritedHashCode()
Returns
System.Int32
|