AppContextGetPermaLink Method |
Returns a permanant link to an item by inserting the QueryString parameters supplied into the
main database's xot_url table.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetPermaLink(
string queryString
)
Public Function GetPermaLink (
queryString As String
) As String
Parameters
- queryString
- Type: SystemString
The arguments to pass to the method
Return Value
Type:
StringA link suitable for use as a permanent link to a particular resource.
Implements
IAppContextGetPermaLink(String)See Also