DMPermissionCollectionIndexOf Method

Alterian Email Manager 6.2.3 SDK Help File
Gets the index of a DMPermission object based on the PermissionTypeID specified. If the DMPermission specified does not exist within the collection, -1 is returned.

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

Syntax
public int IndexOf(
	int PermissionTypeID
)

Parameters

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

Return Value

Type: Int32
An integer indicating the index of the DMPermission object.
See Also