GetContentSourceIdsByFileIds Method
Tells which content source is associated with a set of files.
Required Permissions
FileReadSyntax
public System.long[] GetContentSourceIdsByFileIds(
System.long[] fileIds
)Public Function GetContentSourceIdsByFileIds( _
ByVal fileIds() As System.Long _
) As System.Long()Parameters
| Name | Description |
|---|---|
| fileIds | An array of file ID values. |
Return Value
The corresponding content source ID values. 0 is returned if there is no source for the file.