LinkCreationOptions Class

A set of options required to create a link to a document

Definition

Namespace: Ensur.Core.Main.POCOs
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class LinkCreationOptions
Inheritance
Object    LinkCreationOptions

Properties

LinkAction What to do when the link is accessed. Show a link to the document (OpenOnly), Go directly to the document file (AutoOnly), Open the document in a new window (OpenAuto)
LinkExpiration When does the link expire? Never expires (None), in the specified days (Day), after the specified date (Date), when the content is obselete (Obselete)
LinkExpirationDate The date when the link will expire when LinkExpiration = Date
LinkExpirationDays The number of days from now (Server time) when the link will expire when LinkExpiration = Day
RevisionConfig Which link version should the link point to. This version only (Static), the draft copy (DynamicDraft), the Current Version (DynamicCurrent) or the approved version (DynamicApproved)
Security The type of security for the link. "Secure" or "Public" - Allow anyone with the link to access or secure the link behind a login and only those with access to the document can access it.

See Also