Click or drag to resize

SavedFilterFilterSignature Method

Formats a signature for use on a QueryString

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string FilterSignature(
	string sFlags,
	string filterID,
	string sExpiration
)

Parameters

sFlags
Type: SystemString
Flags (i == ByID, e == Expires date)
filterID
Type: SystemString
The ID of the filter
sExpiration
Type: SystemString
The expiration in ticks

Return Value

Type: String
The string appropriate for use on the QueryString
See Also