KMCollectionRights::find Method
Finds a record in the KMCollectionRights table based on supplied values of the KMCollectionId and HRMVirtualNetworkGroupId fields.
Syntax
client server public static KMCollectionRights find(
KMCollectionId _kmCollectionId,
HRMVirtualNetworkGroupId _hrmVirtualNetworkGroupId,
[boolean _forUpdate])
Run On
Called
Parameters
- _kmCollectionId
Type: KMCollectionId Extended Data Type
The value of the KMCollectionId field of the record to find.
- _hrmVirtualNetworkGroupId
Type: HRMVirtualNetworkGroupId Extended Data Type
The value of the HRMVirtualNetworkGroupId field of the record to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: KMCollectionRights Table
A record from the KMCollectionRights table.