C-DEngine 5.105

TheCDESettings..::..IsNodeTrusted Method

Checks if a node (ID) is trustd

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

Syntax


public bool IsNodeTrusted(
	Guid pNodeID
)
Public Function IsNodeTrusted ( _
	pNodeID As Guid _
) As Boolean
public:
bool^ IsNodeTrusted(
	Guid^ pNodeID
)

Parameters

pNodeID
Type: Guid
Source NodeID

Return Value