IWorldViewSettingsGetIDForWorkState Method
|
Gets the ID for a work state
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring GetIDForWorkState(
int workStateIndex
)
Function GetIDForWorkState (
workStateIndex As Integer
) As String
String^ GetIDForWorkState(
int workStateIndex
)
abstract GetIDForWorkState :
workStateIndex : int -> string Parameters
- workStateIndex Int32
- The index of the work state
Return Value
StringThe integer ID of the work state
See Also