FolderInfo Class
Describes a folder.
Assembly: StorageOM (in StorageOM.dll)
| Name | Description | |
|---|---|---|
![]() | FolderInfo() | Creates a new instance of the FolderInfo object. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets and sets the user-friendly folder description. |
![]() | DeviceName | Gets and sets the name of the device on which the folder resides. |
![]() | DriveFreeSpace | Gets and sets the space which is retrieved from the backend. |
![]() | DriveID | Gets the identifier of the drive where the folder is located. |
![]() | DriveObjectId | Gets and sets the drive object ID. |
![]() | Flag | Gets and sets the flags on the folder. |
![]() | HiddenFromRemote | Gets and sets a value that determines if the folder is hidden from remote viewing. |
![]() | ID | Gets and sets the folder ID. |
![]() | IsRemote | Verifies whether a folder has remote access enabled. |
![]() | Name | Gets and sets the name of the folder. |
![]() | Path | Gets and sets the folder path. |
![]() | Permissions | Gets and sets the folder permissions. |
![]() | Quota | Gets and sets a value that specifies whether the folder has a storage quota. |
![]() | Shared | Gets or sets a value that indicates whether the folder is shared. |
![]() | ShareName | Gets and sets the folder share name. |
![]() | Status | Gets and sets the folder status. |
![]() | Usage | Gets and sets the folder usage. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


