FsrmFileScreenTemplateManagerClass.EnumTemplates Method (_FsrmEnumOptions)

 

Enumerates the file screen templates on the server.

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

Syntax

public virtual IFsrmCommittableCollection EnumTemplates(
    _FsrmEnumOptions options = _FsrmEnumOptions.FsrmEnumOptions_None
)
public:
virtual IFsrmCommittableCollection^ EnumTemplates(
    _FsrmEnumOptions options = _FsrmEnumOptions::FsrmEnumOptions_None
)
abstract EnumTemplates : 
        options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCommittableCollection
override EnumTemplates : 
        options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCommittableCollection
Public Overridable Function EnumTemplates (
    options As _FsrmEnumOptions
) As IFsrmCommittableCollection

Parameters

  • options
    Type: Microsoft.Storage._FsrmEnumOptions

    The options to use when enumerating the file screen templates. For possible values, see the FsrmEnumOptions enumeration

Return Value

Type: Microsoft.Storage.IFsrmCommittableCollection

Returns a IFsrmCommittableCollection interface that contains a collection of file screen templates.

Each item of the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member of the variant for the IFsrmFileScreenTemplate interface.

Implements

IFsrmFileScreenTemplateManager.EnumTemplates(_FsrmEnumOptions)

See Also

FsrmFileScreenTemplateManager
IFsrmFileScreenTemplateManager
FsrmFileScreenTemplateManagerClass Class
Microsoft.Storage Namespace

Return to top