Composes a link with command definition

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

Syntax

C#
public static string ComposeLink(
	string cmdType,
	string cmdDefinition
)
Visual Basic
Public Shared Function ComposeLink ( _
	cmdType As String, _
	cmdDefinition As String _
) As String
JScript
public static function ComposeLink(
	cmdType : String, 
	cmdDefinition : String
) : String

Parameters

cmdType
Type: System..::..String
cmdDefinition
Type: System..::..String

See Also