IFsrmFileScreenTemplateImported.EnumActions Method ()
Enumerates all the actions for the imported file screen template object.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCollection EnumActions()
IFsrmCollection^ EnumActions()
abstract EnumActions : unit -> IFsrmCollection
Function EnumActions As IFsrmCollection
Return Value
Type: Microsoft.Storage.IFsrmCollection
A IFsrmCollection containing a collection of actions that are defined for the object.
Each item of the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member for the IFsrmAction interface. You can then use the ActionType property to determine the type of action.
Implements
IFsrmFileScreenTemplate.EnumActions()
See Also
IFsrmFileScreenTemplateImported Interface
Microsoft.Storage Namespace
Return to top