GetFileAssociationLites Method
Gets the "light" file associations (i.e. File associations which includes only file Ids) for the input fileIterationIds based on the settings.
Syntax
System.Collections.Generic.IEnumerable<FileAssocLite> GetFileAssociationLites(
System.Collections.Generic.IEnumerable<long> fileIterationIds,
IFileRelationshipGatheringSettingsReadOnly settings
)Function GetFileAssociationLites( _
ByVal fileIterationIds As System.Collections.Generic.IEnumerable(Of Long), _
ByVal settings As IFileRelationshipGatheringSettingsReadOnly _
) As System.Collections.Generic.IEnumerable(Of FileAssocLite)Parameters
| Name | Description |
|---|---|
| fileIterationIds | The file Ids to retrieve associations for |
| settings | The gathering settings which specify what associations to gather |
Return Value
The "light" file associations