Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves the imported file screen template and then applies any changes to the derived file screen objects.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmDerivedObjectsResult CommitAndUpdateDerived(
_FsrmCommitOptions commitOptions,
_FsrmTemplateApplyOptions applyOptions
)
IFsrmDerivedObjectsResult^ CommitAndUpdateDerived(
_FsrmCommitOptions commitOptions,
_FsrmTemplateApplyOptions applyOptions
)
abstract CommitAndUpdateDerived :
commitOptions:_FsrmCommitOptions *
applyOptions:_FsrmTemplateApplyOptions -> IFsrmDerivedObjectsResult
Function CommitAndUpdateDerived (
commitOptions As _FsrmCommitOptions,
applyOptions As _FsrmTemplateApplyOptions
) As IFsrmDerivedObjectsResult
Parameters
commitOptions
Type: Microsoft.Storage._FsrmCommitOptionsThe options for saving the template. For possible values, see the _FsrmCommitOptions enumeration.
applyOptions
Type: Microsoft.Storage._FsrmTemplateApplyOptionsThe options used to choose the derived objects to which the changes are applied. For possible values, see the _FsrmTemplateApplyOptions enumeration.
Return Value
Type: Microsoft.Storage.IFsrmDerivedObjectsResult
A IFsrmDerivedObjectsResult that you use to determine the list of derived objects that were updated and whether the update was successful.
Implements
IFsrmFileScreenTemplate.CommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions)
See Also
IFsrmFileScreenTemplateImported Interface
Microsoft.Storage Namespace
Return to top