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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IntCollection GetResourceIDs(
IntCollection PermissionIDs
)
Public Function GetResourceIDs (
PermissionIDs As IntCollection
) As IntCollection
public:
IntCollection^ GetResourceIDs(
IntCollection^ PermissionIDs
)
member GetResourceIDs :
PermissionIDs : IntCollection -> IntCollection
function GetResourceIDs(PermissionIDs);
Parameters
- PermissionIDs
- Type: IntCollection
An IntCollection containing the IDs of all the permissions one wishes to find matching resources for.
Return Value
Type:
IntCollectionAn IntCollection containing the matching resource IDs.
See Also