AddOnContextInDasboard Property |
Gets a value indicating the add-on is requested in the workspace dashboard.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool InDasboard { get; }
Public ReadOnly Property InDasboard As Boolean
Get
public:
property bool InDasboard {
bool get ();
}
member InDasboard : bool with get
Property Value
Type:
Boolean
See Also