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