Class SharedDocumentOptions
Arguments used to create a folder link share.
Inherited Members
Namespace: Hyland.ShareBaseSdk.Models
Assembly: Hyland.ShareBaseSdk.dll
Syntax
public sealed class SharedDocumentOptions : ShareOptions
Properties
AllowDownload
If it is “true”, AllowView is implied, plus the link will allow the recipient to download documents in their native format. This is equivalent to “Edit” rights with “Allow Download” checked in the existing “Share By Link” functionality in ShareBase.
At least one of AllowView/AllowDownload/AllowEdit must be specified.
Declaration
public bool AllowDownload { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowEdit
If it is “true” the link will allow the recipient to edit the document. This is equivalent to “Edit” rights in the existing “Share By Link” functionality in ShareBase.
At least one of AllowView/AllowDownload/AllowEdit must be specified.
Declaration
public bool AllowEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AllowView
If it is “true”, the link will allow the recipient to view the contents of the document and to view documents in the ShareBase viewer. This is equivalent to “View” rights in the existing “Share By Link” functionality in ShareBase.
At least one of AllowView/AllowDownload/AllowEdit must be specified.
Declaration
public bool AllowView { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |