FsrmFileGroupManagerClass Class

 

Used to manage file group objects.

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

System.Object
  Microsoft.Storage.FsrmFileGroupManagerClass

<ClassInterfaceAttribute(0)>
<GuidAttribute("8F1363F6-656F-4496-9226-13AECBD7718F")>
Public Class FsrmFileGroupManagerClass
	Implements IFsrmFileGroupManager, FsrmFileGroupManager

NameDescription
System_CAPS_pubmethodFsrmFileGroupManagerClass()

Creates a new instance of the FsrmFileGroupManagerClass object.

NameDescription
System_CAPS_pubmethodCreateFileGroup()

Creates a file group object.

System_CAPS_pubmethodEnumFileGroups(_FsrmEnumOptions)

Enumerates the file groups in FSRM.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodExportFileGroups(Object)

Exports the specified file groups as an XML string.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetFileGroup(String)

Retrieves the specified file group from FSRM.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodImportFileGroups(String, Object)

Imports the specified file groups from an XML string.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

FSRM defines the following groups:

  1. Audio and Video Files

  2. Backup Files

  3. Compressed Files

  4. Email Files

  5. Executable Files

  6. Image Files

  7. Office Files

  8. System Files

  9. Temporary Files

  10. Text Files

  11. Webpage Files

To create this object from a script, use the "Fsrm.FsrmFileGroupManager" program identifier.

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: