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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int IndexOf(
int PermissionTypeID
)
Public Function IndexOf (
PermissionTypeID As Integer
) As Integer
public:
int IndexOf(
int PermissionTypeID
)
member IndexOf :
PermissionTypeID : int -> int
function IndexOf(PermissionTypeID);
Parameters
- PermissionTypeID
- Type: SystemInt32
The ID of the DMPermission object being sought.
Return Value
Type:
Int32An integer indicating the index of the DMPermission object.
See Also