Interface IPersonaBarContainer
Persona Bar Container.
Namespace: Dnn.PersonaBar.Library.Containers
Assembly: Dnn.PersonaBar.Library.dll
Syntax
public interface IPersonaBarContainer
Properties
RootItems
Gets items allowed to defined in root level.
Declaration
IList<string> RootItems { get; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Visible
Gets a value indicating whether persona bar is available.
Declaration
bool Visible { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
FilterMenu(PersonaBarMenu)
Declaration
void FilterMenu(PersonaBarMenu menu)
Parameters
| Type | Name | Description |
|---|---|---|
| PersonaBarMenu | menu |
GetConfiguration()
Get Persona Bar Settings.
Declaration
IDictionary<string, object> GetConfiguration()
Returns
| Type | Description |
|---|---|
| IDictionary<string, object> | An IDictionary<TKey, TValue> instance. |
Initialize(UserControl)
Initialize the persona bar container.
Declaration
void Initialize(UserControl personaBarControl)
Parameters
| Type | Name | Description |
|---|---|---|
| UserControl | personaBarControl | The Persona Bar Container control. |