Returns a url / tooling settings associated with an entity token to be used in the C1 Console browser, or null 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# |
---|
public static BrowserViewSettings TryGetBrowserViewSettings( EntityToken entityToken, bool showPublishedView ) |
Visual Basic |
---|
Public Shared Function TryGetBrowserViewSettings ( _ entityToken As EntityToken, _ showPublishedView As Boolean _ ) As BrowserViewSettings |
Visual C++ |
---|
public: static BrowserViewSettings^ TryGetBrowserViewSettings( EntityToken^ entityToken, bool showPublishedView ) |
Parameters
- entityToken
- Type: Composite.C1Console.Security..::..EntityToken
The entity token.
- showPublishedView
- Type: System..::..Boolean
WhenField Value
true will show a published version of the page/data item.