C-DEngine 5.105

TSM..::..DoesORGContainAny Method

Checks if a ; separated list of IDs is found in the Originators of this message. Only if ALL pIDs are found in the ORG, the method will return true

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

Syntax


public bool DoesORGContainAny(
	string pIDs
)
Public Function DoesORGContainAny ( _
	pIDs As String _
) As Boolean
public:
bool^ DoesORGContainAny(
	String^ pIDs
)

Parameters

pIDs
Type: String

Return Value