FolderInfo Class

 

Describes a folder.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Storage::FolderInfo

[DataContractAttribute]
[KnownTypeAttribute((List<UserPerm^>^::typeid))]
[KnownTypeAttribute((QuotaInfo^::typeid))]
public ref class FolderInfo 

NameDescription
System_CAPS_pubmethodFolderInfo()

Creates a new instance of the FolderInfo object.

NameDescription
System_CAPS_pubpropertyDescription

Gets and sets the user-friendly folder description.

System_CAPS_pubpropertyDeviceName

Gets and sets the name of the device on which the folder resides.

System_CAPS_pubpropertyDriveFreeSpace

Gets and sets the space which is retrieved from the backend.

System_CAPS_pubpropertyDriveID

Gets the identifier of the drive where the folder is located.

System_CAPS_pubpropertyDriveObjectId

Gets and sets the drive object ID.

System_CAPS_pubpropertyFlag

Gets and sets the flags on the folder.

System_CAPS_pubpropertyHiddenFromRemote

Gets and sets a value that determines if the folder is hidden from remote viewing.

System_CAPS_pubpropertyID

Gets and sets the folder ID.

System_CAPS_pubpropertyIsRemote

Verifies whether a folder has remote access enabled.

System_CAPS_pubpropertyName

Gets and sets the name of the folder.

System_CAPS_pubpropertyPath

Gets and sets the folder path.

System_CAPS_pubpropertyPermissions

Gets and sets the folder permissions.

System_CAPS_pubpropertyQuota

Gets and sets a value that specifies whether the folder has a storage quota.

System_CAPS_pubpropertyShared

Gets or sets a value that indicates whether the folder is shared.

System_CAPS_pubpropertyShareName

Gets and sets the folder share name.

System_CAPS_pubpropertyStatus

Gets and sets the folder status.

System_CAPS_pubpropertyUsage

Gets and sets the folder usage.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: