Gets the IAttribute with the specified name initialized with attributes values for the global site.

Namespace:  EPiServer.Common
Assembly:  EPiServer.Common.Framework.Impl (in EPiServer.Common.Framework.Impl.dll) Version: 2.3.517.275

Syntax

C#
public virtual IAttribute this[
	string attributeName
] { get; }

Parameters

attributeName
Type: System..::.String
The name of the attribute.

Return Value

An IAttribute instance initialized with the attribute values for the global site.

Implements

IAttributeExtendableEntity..::.Item[([(String])])

Exceptions

ExceptionCondition
EPiServer.Common.Exceptions..::.FrameworkExceptionIf the current type does not have an attribute with the specified name.

See Also