FsrmFileGroupManagerClass Class

 

Used to manage file group objects.

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

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmFileGroupManagerClass

Syntax

[ClassInterfaceAttribute(0)]
[GuidAttribute("8F1363F6-656F-4496-9226-13AECBD7718F")]
public class FsrmFileGroupManagerClass : IFsrmFileGroupManager, 
    FsrmFileGroupManager
[ClassInterfaceAttribute(0)]
[GuidAttribute("8F1363F6-656F-4496-9226-13AECBD7718F")]
public ref class FsrmFileGroupManagerClass : IFsrmFileGroupManager, 
    FsrmFileGroupManager
[<ClassInterfaceAttribute(0)>]
[<GuidAttribute("8F1363F6-656F-4496-9226-13AECBD7718F")>]
type FsrmFileGroupManagerClass = 
    class
        interface IFsrmFileGroupManager
        interface FsrmFileGroupManager
    end
<ClassInterfaceAttribute(0)>
<GuidAttribute("8F1363F6-656F-4496-9226-13AECBD7718F")>
Public Class FsrmFileGroupManagerClass
    Implements IFsrmFileGroupManager, FsrmFileGroupManager

Constructors

Name Description
System_CAPS_pubmethod FsrmFileGroupManagerClass()

Creates a new instance of the FsrmFileGroupManagerClass object.

Methods

Name Description
System_CAPS_pubmethod CreateFileGroup()

Creates a file group object.

System_CAPS_pubmethod EnumFileGroups(_FsrmEnumOptions)

Enumerates the file groups in FSRM.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExportFileGroups(Object)

Exports the specified file groups as an XML string.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetFileGroup(String)

Retrieves the specified file group from FSRM.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ImportFileGroups(String, Object)

Imports the specified file groups from an XML string.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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.

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

IFsrmFileGroupManager
Microsoft.Storage Namespace

Return to top