WorkspaceObject.UpdateStatus
- Updated2024-10-09
- 1 minute(s) read
WorkspaceObject.UpdateStatus
Syntax
WorkspaceObject.UpdateStatus( options = 0)
Purpose
Updates the source code control status of the specified WorkspaceObjects.
Parameters
options As Long
[In] Pass SCCmdOption_DoNotRecurse to specify only this WorkspaceObject. Otherwise, this method updates the status of all contained objects as well.
This parameter has a default value of 0 .