Gets a URL and Returns the url with parametres associated with an entity token, or original URL if current entity token does not support this kind of entity token.
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
string ProcessUrl( string url, EntityToken entityToken ) |
| Visual Basic |
|---|
Function ProcessUrl ( _ url As String, _ entityToken As EntityToken _ ) As String |
| Visual C++ |
|---|
String^ ProcessUrl( String^ url, EntityToken^ entityToken ) |
Parameters
- url
- Type: System..::..String
The url.
- entityToken
- Type: Composite.C1Console.Security..::..EntityToken
The entity token.