File.GetActiveUserCheckouts (EntityID, IDatabase) Method
Public Shared Function GetActiveUserCheckouts( _
ByVal user_id As EntityID, _
ByVal db As IDatabase _
) As List(Of CheckoutEntity)
This language is not supported or no code example is available.
public static List<CheckoutEntity> GetActiveUserCheckouts(
EntityID user_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<CheckoutEntity^>^ GetActiveUserCheckouts(
EntityID^ user_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- user_id
- EntityID
<default>
- db
- IDatabase
<default>