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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic bool Contains(
int PermissionTypeID
)
Public Function Contains (
PermissionTypeID As Integer
) As Boolean
public:
bool Contains(
int PermissionTypeID
)
member Contains :
PermissionTypeID : int -> bool
function Contains(PermissionTypeID);
Parameters
- PermissionTypeID
- Type: SystemInt32
The ID of the DMPermission object being sought.
Return Value
Type:
BooleanA boolean value indicating whether the DMPermission object exists within the collection.
See Also