FolderModifyInfo Class
Contains information on a folder modification task.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.FolderModifyInfo
Syntax
[DataContractAttribute]
[KnownTypeAttribute(typeof(List<UserPerm>))]
[KnownTypeAttribute(typeof(QuotaInfo))]
public class FolderModifyInfo
[DataContractAttribute]
[KnownTypeAttribute((List<UserPerm^>^::typeid))]
[KnownTypeAttribute((QuotaInfo^::typeid))]
public ref class FolderModifyInfo
<DataContractAttribute>
<KnownTypeAttribute(GetType(List(Of UserPerm)))>
<KnownTypeAttribute(GetType(QuotaInfo))>
Public Class FolderModifyInfo
Constructors
Name | Description | |
---|---|---|
FolderModifyInfo() | Creates a new instance of the FolderModifyInfo object. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top