Parses a link which contains a command

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

Syntax

C#
public static bool TryParseLink(
	string link,
	bool fullType,
	out string cmdType,
	out string cmdDefinition
)
Visual Basic
Public Shared Function TryParseLink ( _
	link As String, _
	fullType As Boolean, _
	<OutAttribute> ByRef cmdType As String, _
	<OutAttribute> ByRef cmdDefinition As String _
) As Boolean
JScript
public static function TryParseLink(
	link : String, 
	fullType : boolean, 
	cmdType : String, 
	cmdDefinition : String
) : boolean

Parameters

link
Type: System..::..String
fullType
Type: System..::..Boolean
cmdType
Type: System..::..String%
cmdDefinition
Type: System..::..String%

See Also