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
DriveFolders
Defines a collection of DriveFolder items
Declaration
public DriveFolderCollection DriveFolders { get; }
Property Value
Methods
Equals(DriveFolderBase)
Compares DriveFolderBase object based on Drivefolders, DriveFiles
Declaration
public bool Equals(DriveFolderBase other)
Parameters
Drive DriveFolderBase Class object |
Returns
System. 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 that represents DriveFolderBase |
Returns
System. 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
Drive
|
Returns
System.
|
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System. Returns HashCode |
GetInheritedHashCode()
Returns the HashCode of the members of any inherited type
Declaration
protected abstract int GetInheritedHashCode()
Returns
System.
|