LinkCreationOptionsSecurity Property

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.

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 LinkSecurity Security { get; set; }

Property Value

LinkSecurity

See Also