C-DEngine 5.105

TheRulesFactory..::..HasRuleID Method

Probes if a rule with the given ID exists

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

Syntax


public static bool HasRuleID(
	Guid pRuleID
)
Public Shared Function HasRuleID ( _
	pRuleID As Guid _
) As Boolean
public:
static bool^ HasRuleID(
	Guid^ pRuleID
)

Parameters

pRuleID
Type: Guid
ID to probe for

Return Value