Share via


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

  • _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.

See Also

Reference

KMCollectionRights Table