SDMSHelper.RevertProfileEx

Syntax Parameters Return Value
Function SDMSHelper.RevertProfileEx( _
    ProfileID As Integer, _
    ToRevision As Integer, _
    RevertInfo As DocumentRevertInfo) As Boolean
  • ProfileID [in]

The ID of the configuration.

Type: Integer

  • ToRevision [in]

The revision to roll back to.

Type: Integer

  • RevertInfo [in]

Comments about the roll back.

Type: DocumentRevertInfo

Boolean