DMPermissionCollectionContains Method

Alterian Email Manager 6.2.3 SDK Help File
Returns a boolean value indicating whether the DMPermission object specified by the PermissionTypeID exists within the collection.

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public bool Contains(
	int PermissionTypeID
)

Parameters

PermissionTypeID
Type: SystemInt32
The ID of the DMPermission object being sought.

Return Value

Type: Boolean
A boolean value indicating whether the DMPermission object exists within the collection.
See Also