Click or drag to resize

IAppContextUrlRead Method

Reads a URL from the database xot_url table. URL's are generally stored in this manner for one of two purposes: 1) For permanent use as a saved reference of some type, and 2) As a temporary URL whose reference is passed as a query parameter (for security and to reduce query parameter size). Use UrlSave(String, UrlLinkType, NullableDateTime) to save URL's.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string UrlRead(
	string urlID
)

Parameters

urlID
Type: SystemString
The ID of the URL to return.

Return Value

Type: String
The query string corresponding to the ID.
See Also