IFsrmFileScreenTemplateManager.EnumTemplates Method (_FsrmEnumOptions)
Enumerates the file screen templates on the server.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCommittableCollection EnumTemplates(
_FsrmEnumOptions options = _FsrmEnumOptions.FsrmEnumOptions_None
)
IFsrmCommittableCollection^ EnumTemplates(
_FsrmEnumOptions options = _FsrmEnumOptions::FsrmEnumOptions_None
)
abstract EnumTemplates :
options:_FsrmEnumOptions = _FsrmEnumOptions.FsrmEnumOptions_None -> IFsrmCommittableCollection
Function EnumTemplates (
options As _FsrmEnumOptions
) As IFsrmCommittableCollection
Parameters
options
Type: Microsoft.Storage._FsrmEnumOptionsThe 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.
See Also
FsrmFileScreenTemplateManager
IFsrmFileScreenTemplateManager Interface
Microsoft.Storage Namespace
Return to top