GetFoldersByFileMasterIds Method
Gets all the folders that a set of files is shared in.
Required Permissions
FolderReadSyntax
public FolderArray[] GetFoldersByFileMasterIds(
System.long[] fileMasterIds
)Public Function GetFoldersByFileMasterIds( _
ByVal fileMasterIds() As System.Long _
) As FolderArray()Parameters
| Name | Description |
|---|---|
| fileMasterIds | A set of Vault files. |
Return Value
An array of FolderArray objects corresponding to the input array. Each FolderArray object lists the folders that a file is shared in.