Click or drag to resize

ApplicationMapLinkUrl Property

Gets or sets the link URL.

Note this URL will contain different things depending on the Type:

-Absolute: obvious.

-Relative: obvious.

-View: nothing.

-CustomPage: the name of the custom page (with or without the aspx extension).

-FormNew: nothing.

-Navigation: nothing.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public string Url { get; set; }

Property Value

Type: String
See Also