FolderCreateInfo Class

 

Contains information on a folder creation task.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.FolderCreateInfo

Syntax

[DataContractAttribute]
[KnownTypeAttribute(typeof(List<UserPerm>))]
public class FolderCreateInfo
[DataContractAttribute]
[KnownTypeAttribute((List<UserPerm^>^::typeid))]
public ref class FolderCreateInfo 
<DataContractAttribute>
<KnownTypeAttribute(GetType(List(Of UserPerm)))>
Public Class FolderCreateInfo

Constructors

Name Description
System_CAPS_pubmethod FolderCreateInfo()

Creates a new instance of the FolderCreateInfo object.

Properties

Name Description
System_CAPS_pubproperty Description

Gets and sets the description of the folder creation task.

System_CAPS_pubproperty DeviceName

Gets and sets the device name.

System_CAPS_pubproperty HiddenFromRemote

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

System_CAPS_pubproperty ID

Gets and sets the ID of the folder.

System_CAPS_pubproperty Name

Gets and sets the name of the folder.

System_CAPS_pubproperty OverwritePermissions

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

System_CAPS_pubproperty Path

Gets and sets the path to the folder.

System_CAPS_pubproperty Permissions

Gets and sets the permissions for the folder.

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