DocumentManagement.GetReferencedFileInfoList Method
Public Shared Function GetReferencedFileInfoList( _
ByVal file_id As EntityID, _
ByVal version As Integer, _
ByVal db As IDatabase _
) As List(Of ReferenceInfo)
This language is not supported or no code example is available.
public static List<ReferenceInfo> GetReferencedFileInfoList(
EntityID file_id,
int version,
IDatabase db
)
This language is not supported or no code example is available.
public:
static List<ReferenceInfo^>^ GetReferencedFileInfoList(
EntityID^ file_id,
int version,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- file_id
- EntityID
<default>
- version
- int
<default>
- db
- IDatabase
<default>