Folder Class

 

Represents the operations that can be performed on a folder.

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

System::Object
  Microsoft.WindowsServerSolutions.Storage::NotifyPropertyChange
    Microsoft.WindowsServerSolutions.Storage::Folder

public ref class Folder : NotifyPropertyChange

NameDescription
System_CAPS_pubpropertyCurrentStatus

Gets the status of the folder.

System_CAPS_pubpropertyDescription

Gets the user-friendly description for the folder.

System_CAPS_pubpropertyDeviceName

Gets the name of the device that contains the folder.

System_CAPS_pubpropertyDriveFreeSpace

Gets the free space of the parent drive.

System_CAPS_pubpropertyDriveID

Obsolete. Gets the identifier of the drive where the folder is located.

System_CAPS_pubpropertyDriveObjectId

Gets the drive object ID.

System_CAPS_protpropertyEventQueue

Represents notify events that are raised on thread pool threads.(Inherited from NotifyPropertyChange.)

System_CAPS_pubpropertyFlag

Gets the flag of the folder.

System_CAPS_pubpropertyFullSharePath

Gets the full path to the share location of the folder.

System_CAPS_pubpropertyHiddenFromRemote

Verifies whether the folder is hidden from remote access.

System_CAPS_pubpropertyID

Gets the Guid object that identifies the folder.

System_CAPS_pubpropertyIsRemote

Verifies whether a folder has remote access enabled.

System_CAPS_pubpropertyName

Gets the display name of the folder.

System_CAPS_pubpropertyPath

Gets the path of the folder.

System_CAPS_pubpropertyQuota

Specifies whether the folder has a storage quota.

System_CAPS_pubpropertyShared

Indicates whether the folder is shared.

System_CAPS_pubpropertyShareName

Gets the share name of the folder.

System_CAPS_pubpropertyUsage

Gets the amount used space (in bytes) in the folder.

System_CAPS_pubpropertyUserAccessByName

Gets the list of name based permissions for the folder.

System_CAPS_pubpropertyUserAccessBySID

Gets a list of SID based permissions for the folder.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCalculateSizeRequest()

Returns an object that is used to calculate the size of the folder.

System_CAPS_pubmethodGetCancelCalculateSizeRequest()

Cancels a CalculateFolderSizeRequest operation that is in progress.

System_CAPS_pubmethodGetCancelMoveFolderRequest()

Cancels a MoveFolderRequest operation that is in progress.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetModifyRequest()

Returns a ModifyFolderRequest object that is used to modify the information for the folder.

System_CAPS_pubmethodGetMoveRequest(String^)

Returns a MoveFolderRequest object that is used to move the folder.

System_CAPS_pubmethodGetRemoveRequest(Boolean)

Returns a RemoveFolderRequest object that is used to remove the folder.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBackupsType

Specifies the type of backup for the folder.

System_CAPS_pubfieldSystem_CAPS_staticCompanyType

Specifies that the folder contains company information.

System_CAPS_pubfieldSystem_CAPS_staticDocumentsType

Specifies that the folder contains documents.

System_CAPS_pubfieldSystem_CAPS_staticFileBackupsType

Specifies that the folder contains backup information.

System_CAPS_pubfieldSystem_CAPS_staticFolderRedirectionType

Specifies that the folder contains shortcuts.

System_CAPS_pubfieldSystem_CAPS_staticMusicType

Specifies that the folder contains music.

System_CAPS_pubfieldSystem_CAPS_staticOtherType

Specifies that the folder contains system or special use data.

System_CAPS_pubfieldSystem_CAPS_staticPicturesType

Specifies that the folder contains pictures.

System_CAPS_pubfieldSystem_CAPS_staticRecordedTVType

Obsolete. Specifies that the folder contains recorded television content.

System_CAPS_pubfieldSystem_CAPS_staticUserType

Specifies that the folder contains user data.

System_CAPS_pubfieldSystem_CAPS_staticVideosType

Specifies that the folder contains video files.

NameDescription
System_CAPS_pubeventPropertyChanged

Represents the PropertyChanged event.(Inherited from NotifyPropertyChange.)

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: