IFsrmFileManagementJob.CustomAction Property
Retrieves or sets the action to execute when all the conditions are met.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmActionCommand CustomAction { get; }
property IFsrmActionCommand^ CustomAction {
IFsrmActionCommand^ get();
}
abstract CustomAction : IFsrmActionCommand with get
ReadOnly Property CustomAction As IFsrmActionCommand
Property Value
Type: Microsoft.Storage.IFsrmActionCommand
Returns a IFsrmActionCommand interface that defines the custom action to execute for every file that meets the file management job's conditions.
Remarks
To create the custom action, call the IFsrmFileManagementJob:: CreateCustomAction method.
For a list of macros supported, perform a "get" operation on the ActionVariables and ActionVariableDescriptions properties.
See Also
IFsrmFileManagementJob Interface
Microsoft.Storage Namespace
Return to top