FolderCreateInfo Class

 

Contains information on a folder creation task.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

System::Object
  Microsoft.WindowsServerSolutions.Storage::FolderCreateInfo

[DataContractAttribute]
[KnownTypeAttribute((List<UserPerm^>^::typeid))]
public ref class FolderCreateInfo 

NameDescription
System_CAPS_pubmethodFolderCreateInfo()

Creates a new instance of the FolderCreateInfo object.

NameDescription
System_CAPS_pubpropertyDescription

Gets and sets the description of the folder creation task.

System_CAPS_pubpropertyDeviceName

Gets and sets the device name.

System_CAPS_pubpropertyHiddenFromRemote

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

System_CAPS_pubpropertyID

Gets and sets the ID of the folder.

System_CAPS_pubpropertyName

Gets and sets the name of the folder.

System_CAPS_pubpropertyOverwritePermissions

Gets and sets a value that determines if the created folder will overwrite permissions.

System_CAPS_pubpropertyPath

Gets and sets the path to the folder.

System_CAPS_pubpropertyPermissions

Gets and sets the permissions for the folder.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: