FsrmFileGroupManager Interface

 

Used to manage file group objects. All methods of the IFsrmFileGroupManager interface are available in this class.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")>
Public Interface FsrmFileGroupManager
	Inherits IFsrmFileGroupManager

NameDescription
System_CAPS_pubmethodCreateFileGroup()

Creates a file group object.(Inherited from IFsrmFileGroupManager.)

System_CAPS_pubmethodEnumFileGroups(_FsrmEnumOptions)

Enumerates the file groups in FSRM..(Inherited from IFsrmFileGroupManager.)

System_CAPS_pubmethodExportFileGroups(Object)

Exports the specified file groups as an XML string.(Inherited from IFsrmFileGroupManager.)

System_CAPS_pubmethodGetFileGroup(String)

Retrieves the specified file group from FSRM.(Inherited from IFsrmFileGroupManager.)

System_CAPS_pubmethodImportFileGroups(String, Object)

Imports the specified file groups from an XML string.(Inherited from IFsrmFileGroupManager.)

FSRM implements this class.

Return to top

Community Additions

ADD
Show: