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
System_CAPS_pubmethod FolderModifyInfo()

Creates a new instance of the FolderModifyInfo object.

Properties

Name Description
System_CAPS_pubproperty ChangeDescription

Gets and sets a value that determines if the folder change task includes a description change.

System_CAPS_pubproperty ChangeHiddenFromRemote

Gets and sets a value that describes if the folder change is hidden from remote systems.

System_CAPS_pubproperty ChangeName

Gets and sets a value that determines if the folder change includes a name change.

System_CAPS_pubproperty ChangePermission

Gets and sets a value that determines if the folder change task includes a permissions change.

System_CAPS_pubproperty ChangeQuota

Gets and sets a value that determines if the folder change task includes a quota change.

System_CAPS_pubproperty Description

Gets and sets the description.

System_CAPS_pubproperty HiddenFromRemote

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

System_CAPS_pubproperty Name

Gets and sets the folder name.

System_CAPS_pubproperty Permissions

Gets the folder permissions.

System_CAPS_pubproperty Quota

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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