Click or drag to resize

IWorldViewSettingsSetIDForWorkState Method


Sets the ID for a work state.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void SetIDForWorkState(
	int workStateIndex,
	string workstateId
)

Parameters

workStateIndex
Type: SystemInt32
The index of the work state whose ID to set.
workstateId
Type: SystemString
The new ID for the work state
See Also