C-DEngine 5.105

TheCommonUtils..::..GetDeviceIDML Method (String, String)

Gets a Markup encoded version of all DeviceIDs in an ORG for the System Log. If "ShowMInLog" is true. Otherwise just returns the pORG

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string GetDeviceIDML(
	string pORG,
	string AddToSpanStyle
)
Public Shared Function GetDeviceIDML ( _
	pORG As String, _
	AddToSpanStyle As String _
) As String
public:
static String^ GetDeviceIDML(
	String^ pORG, 
	String^ AddToSpanStyle
)

Parameters

pORG
Type: String
Semicolon separated DeviceIDs - mostly coming from the ORG parameter of a TSM
AddToSpanStyle
Type: String
Any style to add to the span surrounding the DeviceID. Can be used i.e. to change color or font width (default is C-Labs Blue and bold)

Return Value