For use in the C1 Console explorer's browser - returns url and tooling options associated with an entity token, 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# |
---|
BrowserViewSettings TryGetBrowserViewSettings( EntityToken entityToken, bool showPublishedView ) |
Visual Basic |
---|
Function TryGetBrowserViewSettings ( _ entityToken As EntityToken, _ showPublishedView As Boolean _ ) As BrowserViewSettings |
Visual C++ |
---|
BrowserViewSettings^ TryGetBrowserViewSettings( EntityToken^ entityToken, bool showPublishedView ) |
Parameters
- entityToken
- Type: Composite.C1Console.Security..::..EntityToken
The entity token.
- showPublishedView
- Type: System..::..Boolean
When true (and element has draft/published content) the published version is desired