GetFoldersByFileMasterId Method
Gets all the folders that a set of files is shared in.
Required Permissions
FolderReadSyntax
public Folder[] GetFoldersByFileMasterId(
System.long fileMasterId
)Public Function GetFoldersByFileMasterId( _
ByVal fileMasterId As System.Long _
) As Folder()Parameters
| Name | Description |
|---|---|
| fileMasterId | A Vault file. |
Return Value
An array of all the folders that the file is in.