WorksetTable.GetWorkset(WorksetId)
Method
Description:
Returns the workset from a input WorksetId.
Returns the workset from a input WorksetId.
Parameters
Parameter | Type | Description |
---|---|---|
id | WorksetId | Id of a workset. |
Return Value
Type | Description |
---|---|
Workset | The returned workset. if there is no workset in this table with this Id. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |