Click or drag to resize

LinkForNavFlags Enumeration

IField.Exec flags to use with LinkForNav.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum LinkForNavFlags
Members
  Member nameValueDescription
QualifiedPath1Return the link with the current IAppContext.Properties "RootPath" property value.
DocumentOnly2Return the document portion of the link only.
DoNotResolveExpressions4Don't resolve any expressions in the raw link. Expressions would be resoved manually by caller if necessary
See Also