SysVersionControlMorphXRevisionTable::create Method
Creates a revision record.
Syntax
server public static SysVersionControlMorphXRevisionTable create(
SysVersionControlItemPath _itemPath,
SysVersionControlActionText _action,
SysVersionControlItemComment _comment,
[Filename _filename])
Run On
Server
Parameters
- _itemPath
Type: SysVersionControlItemPath Extended Data Type
The path of the item for this revision.
- _action
Type: SysVersionControlActionText Extended Data Type
The action performed on the item in this revision.
- _comment
Type: SysVersionControlItemComment Extended Data Type
The description of this revision.
- _filename
Type: Filename Extended Data Type
The file name with the revision data; optional.
Return Value
Type: SysVersionControlMorphXRevisionTable Table
The new record.