AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageAttributes Properties

The AdvantageAttributes type exposes the following members.

Properties


  Name Description
Public property AttributeCollection
Gets or sets the attribute collection.
Public property Extensions
Side-channel for feature extensions that need structured XML alongside the attribute bag. Multiple features coexist by claiming distinct element names (e.g. LocalizedSlots for the localization layer). Core treats the child elements as opaque XML — feature libraries own parse/emit via GetExtension(String) / SetExtension(String, XmlElement). Null when no extensions are present — the wrapper element is omitted from the on-disk XML entirely.
Public property IsFrozen
Checks whether this AdvantageAttributes is frozen. Runtime-only flag — never serialized.