FolderCreateInfo Class
Contains information on a folder creation task.
Assembly: StorageOM (in StorageOM.dll)
| Name | Description | |
|---|---|---|
![]() | FolderCreateInfo() | Creates a new instance of the FolderCreateInfo object. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets and sets the description of the folder creation task. |
![]() | DeviceName | Gets and sets the device name. |
![]() | HiddenFromRemote | Gets and sets a value that determines if the folder is hidden from remote viewing. |
![]() | ID | Gets and sets the ID of the folder. |
![]() | Name | Gets and sets the name of the folder. |
![]() | OverwritePermissions | Gets and sets a value that determines if the created folder will overwrite permissions. |
![]() | Path | Gets and sets the path to the folder. |
![]() | Permissions | Gets and sets the permissions for the folder. |
| 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.


