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