Gets the IAttribute with the specified name initialized with attributes
values for the global site.
Namespace:
EPiServer.CommonAssembly: 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
| Exception | Condition |
|---|---|
| EPiServer.Common.Exceptions..::.FrameworkException | If the current type does not have an attribute with the specified name. |