Given a Group Key returns the index of the group in the FieldGroupMap

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int GetMappingFromGroupKey(
	string groupKey
)
Visual Basic
Public Function GetMappingFromGroupKey ( _
	groupKey As String _
) As Integer
JScript
public function GetMappingFromGroupKey(
	groupKey : String
) : int

Parameters

groupKey
Type: System..::..String

Remarks

If there are no fields for the specified group key -1 is returned

See Also