Share via


Folder Class

 

Represents the operations that can be performed on a folder.

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

Inheritance Hierarchy

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

Syntax

public class Folder : NotifyPropertyChange
public ref class Folder : NotifyPropertyChange
Public Class Folder
    Inherits NotifyPropertyChange

Properties

Name Description
System_CAPS_pubproperty CurrentStatus

Gets the status of the folder.

System_CAPS_pubproperty Description

Gets the user-friendly description for the folder.

System_CAPS_pubproperty DeviceName

Gets the name of the device that contains the folder.

System_CAPS_pubproperty DriveFreeSpace

Gets the free space of the parent drive.

System_CAPS_pubproperty DriveID

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

System_CAPS_pubproperty DriveObjectId

Gets the drive object ID.

System_CAPS_protproperty EventQueue

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

System_CAPS_pubproperty Flag

Gets the flag of the folder.

System_CAPS_pubproperty FullSharePath

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

System_CAPS_pubproperty HiddenFromRemote

Verifies whether the folder is hidden from remote access.

System_CAPS_pubproperty ID

Gets the Guid object that identifies the folder.

System_CAPS_pubproperty IsRemote

Verifies whether a folder has remote access enabled.

System_CAPS_pubproperty Name

Gets the display name of the folder.

System_CAPS_pubproperty Path

Gets the path of the folder.

System_CAPS_pubproperty Quota

Specifies whether the folder has a storage quota.

System_CAPS_pubproperty Shared

Indicates whether the folder is shared.

System_CAPS_pubproperty ShareName

Gets the share name of the folder.

System_CAPS_pubproperty Usage

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

System_CAPS_pubproperty UserAccessByName

Gets the list of name based permissions for the folder.

System_CAPS_pubproperty UserAccessBySID

Gets a list of SID based 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 GetCalculateSizeRequest()

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

System_CAPS_pubmethod GetCancelCalculateSizeRequest()

Cancels a CalculateFolderSizeRequest operation that is in progress.

System_CAPS_pubmethod GetCancelMoveFolderRequest()

Cancels a MoveFolderRequest operation that is in progress.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetModifyRequest()

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

System_CAPS_pubmethod GetMoveRequest(String)

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

System_CAPS_pubmethod GetRemoveRequest(Boolean)

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

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static BackupsType

Specifies the type of backup for the folder.

System_CAPS_pubfieldSystem_CAPS_static CompanyType

Specifies that the folder contains company information.

System_CAPS_pubfieldSystem_CAPS_static DocumentsType

Specifies that the folder contains documents.

System_CAPS_pubfieldSystem_CAPS_static FileBackupsType

Specifies that the folder contains backup information.

System_CAPS_pubfieldSystem_CAPS_static FolderRedirectionType

Specifies that the folder contains shortcuts.

System_CAPS_pubfieldSystem_CAPS_static MusicType

Specifies that the folder contains music.

System_CAPS_pubfieldSystem_CAPS_static OtherType

Specifies that the folder contains system or special use data.

System_CAPS_pubfieldSystem_CAPS_static PicturesType

Specifies that the folder contains pictures.

System_CAPS_pubfieldSystem_CAPS_static RecordedTVType

Obsolete. Specifies that the folder contains recorded television content.

System_CAPS_pubfieldSystem_CAPS_static UserType

Specifies that the folder contains user data.

System_CAPS_pubfieldSystem_CAPS_static VideosType

Specifies that the folder contains video files.

Events

Name Description
System_CAPS_pubevent PropertyChanged

Represents the PropertyChanged event.(Inherited from NotifyPropertyChange.)

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