GetRevisionFileAssociationsByIds2 Method
This method gets all files associations of a set of files by file ID. The returned files will point to the latest version within a revision.
Required Permissions
FileReadSyntax
public FileAssocArray[] GetRevisionFileAssociationsByIds2(
System.long[] fileIds,
FileAssociationTypeEnum parentAssociationType,
System.bool parentRecurse,
FileAssociationTypeEnum childAssociationType,
System.bool childRecurse,
System.bool includeRelatedDocuments,
System.bool includeHidden,
System.bool dateBiased,
System.bool releasedBiased
)Public Function GetRevisionFileAssociationsByIds2( _
ByVal fileIds() As System.Long, _
ByVal parentAssociationType As FileAssociationTypeEnum, _
ByVal parentRecurse As System.Boolean, _
ByVal childAssociationType As FileAssociationTypeEnum, _
ByVal childRecurse As System.Boolean, _
ByVal includeRelatedDocuments As System.Boolean, _
ByVal includeHidden As System.Boolean, _
ByVal dateBiased As System.Boolean, _
ByVal releasedBiased As System.Boolean _
) As FileAssocArray()Parameters
| Name | Description |
|---|---|
| fileIds | An array of file IDs. |
| parentAssociationType | An array of file IDs. |
| parentRecurse | The types of parents to get. |
| childAssociationType | The types of parents to get. |
| childRecurse | If true, all levels of parents will be returned. If false, only the direct parents will be returned. |
| includeRelatedDocuments | If true, all levels of parents will be returned. If false, only the direct parents will be returned. |
| includeHidden | The types of children to get. |
| dateBiased | The types of children to get. |
| releasedBiased | If true, all levels of parents will be returned. If false, only the direct parents will be returned. |