DMResourcePermissionCollectionGetResourceIDs Method (IntCollection)

Alterian Email Manager 6.2.3 SDK Help File
Gets the IDs of all the resources within the collection that have a permission whose ID is contained in the PermissionIDs integer collection.

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

Syntax
public IntCollection GetResourceIDs(
	IntCollection PermissionIDs
)

Parameters

PermissionIDs
Type: IntCollection
An IntCollection containing the IDs of all the permissions one wishes to find matching resources for.

Return Value

Type: IntCollection
An IntCollection containing the matching resource IDs.
See Also