The 'VaultSharedLinkOperations' class represents the available public link operations.
AddSharedLinkRecipients | Adds the given recipient address or addresses as recipients for the visitor link. Returns all recipients for the link, not just ones added by this last call.Adds the given recipient address or addresses as recipients for the visitor link. |
CreateSharedLink | Create a new public link to the server. |
DeleteSharedLink | Delete a public link. |
GetSharedLink | Gets information on the specified public link. |
GetSharedLinkRecipients | Gets the recipients of an existing shared visitor link.Gets the recipients of an existing shared visitor link. |
GetSharedLinks | Gets all available public links in this vault. |
GetSharedLinksByObject | Gets all the shared links of the given object. |
M-Files currently supports public links to single-file documents only. This means that "FileVer" must be specified when creating a new link. Even though API allows creating links to objects by omitting "FileVer", these kind of links will not work.
This method group interface can be accessed via the Vault object.