Created a provider instance (based on name) specific ElementHandle for a given EntityToken, making it possible to tie an entiry token to a specific provider instance.
Namespace: Composite.C1Console.ElementsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public ElementHandle CreateElementHandle( EntityToken entityToken ) |
| Visual Basic |
|---|
Public Function CreateElementHandle ( _ entityToken As EntityToken _ ) As ElementHandle |
| Visual C++ |
|---|
public: ElementHandle^ CreateElementHandle( EntityToken^ entityToken ) |
Parameters
- entityToken
- Type: Composite.C1Console.Security..::..EntityToken
[Missing <param name="entityToken"/> documentation for "M:Composite.C1Console.Elements.ElementProviderContext.CreateElementHandle(Composite.C1Console.Security.EntityToken)"]
Return Value
[Missing <returns> documentation for "M:Composite.C1Console.Elements.ElementProviderContext.CreateElementHandle(Composite.C1Console.Security.EntityToken)"]