FolderModifyInfo Class
Contains information on a folder modification task.
Assembly: StorageOM (in StorageOM.dll)
| Name | Description | |
|---|---|---|
![]() | FolderModifyInfo() | Creates a new instance of the FolderModifyInfo object. |
| Name | Description | |
|---|---|---|
![]() | ChangeDescription | Gets and sets a value that determines if the folder change task includes a description change. |
![]() | ChangeHiddenFromRemote | Gets and sets a value that describes if the folder change is hidden from remote systems. |
![]() | ChangeName | Gets and sets a value that determines if the folder change includes a name change. |
![]() | ChangePermission | Gets and sets a value that determines if the folder change task includes a permissions change. |
![]() | ChangeQuota | Gets and sets a value that determines if the folder change task includes a quota change. |
![]() | Description | Gets and sets the description. |
![]() | HiddenFromRemote | Gets and sets a value that determines if the folder is hidden from remote viewing. |
![]() | Name | Gets and sets the folder name. |
![]() | Permissions | Gets the folder permissions. |
![]() | Quota | Gets and sets a value that specifies whether the folder has a storage quota. |
| 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.


