IWorldViewSettingsSetIDForWorkState Method
|
Sets the ID for a work state.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid SetIDForWorkState(
int workStateIndex,
string workstateId
)
Sub SetIDForWorkState (
workStateIndex As Integer,
workstateId As String
)
void SetIDForWorkState(
int workStateIndex,
String^ workstateId
)
abstract SetIDForWorkState :
workStateIndex : int *
workstateId : string -> unit Parameters
- workStateIndex Int32
- The index of the work state whose ID to set.
- workstateId String
- The new ID for the work state
See Also