Returns a public url to the specified data item key.
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public virtual string ItemUrl( Object key ) |
Visual Basic |
---|
Public Overridable Function ItemUrl ( _ key As Object _ ) As String |
Visual C++ |
---|
public: virtual String^ ItemUrl( Object^ key ) |
Parameters
- key
- Type: System..::..Object
The key value.
Return Value
[Missing <returns> documentation for "M:Composite.Functions.PathInfoRoutedData`1.ItemUrl(System.Object)"]