LinkCreationOptionsLinkAction Property

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)

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 LinkActionTypes LinkAction { get; set; }

Property Value

LinkActionTypes

See Also