Click or drag to resize

MapperKernelGetLink Method

Build a URL to the current mapper per the specified flags.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetLink(
	MapperLinkFlags flags
)

Parameters

flags
Type: NetQuarry.DataMapperLinkFlags
Flags specifying the type of link to build.

Return Value

Type: String
The generated URL.
See Also