Table of Contents

Class AdminBaseControl

Namespace
InSite.UI.Layout.Admin
Assembly
InSite.UI.dll
public class AdminBaseControl : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
AdminBaseControl
Implements
Derived
Inherited Members

Constructors

AdminBaseControl()

public AdminBaseControl()

Properties

CurrentLanguage

public string CurrentLanguage { get; }

Property Value

string

CurrentLanguageCulture

protected CultureInfo CurrentLanguageCulture { get; }

Property Value

CultureInfo

Identity

protected static ISecurityFramework Identity { get; }

Property Value

ISecurityFramework

Navigator

public Navigator Navigator { get; }

Property Value

Navigator

Organization

protected static OrganizationState Organization { get; }

Property Value

OrganizationState

User

protected static User User { get; }

Property Value

User

Methods

GetDisplayText(string)

protected string GetDisplayText(string attribute)

Parameters

attribute string

Returns

string

IsContentItem(RepeaterItem)

protected static bool IsContentItem(RepeaterItem item)

Parameters

item RepeaterItem

Returns

bool

IsContentItem(RepeaterItemEventArgs)

protected static bool IsContentItem(RepeaterItemEventArgs e)

Parameters

e RepeaterItemEventArgs

Returns

bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Translate(string)

public string Translate(string text)

Parameters

text string

Returns

string