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.
Adds a file to the version control system.
Syntax
public boolean fileAddToVersionControl(Filename _filename, [SysVersionControlItemComment _comment])
Run On
Client
Parameters
- _filename
Type: Filename Extended Data Type
The file to add.
- _comment
Type: SysVersionControlItemComment Extended Data Type
Adds a comment about the file; optional.
Return Value
Type: boolean
true if the file was added successful; otherwise, false.
Remarks
The file will be available to other users after a subsequent check-in operation.