The DynamicProperty type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DynamicProperty | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ListForPage |
List all dynamic properties that can be set for a specific page
| |
| ListTree |
List dynamic properties based on where they are set in the page tree
| |
| Load |
Load a dynamic property by name and page
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Save |
Save changes to a dynamic property
| |
| SaveCollection |
Save a collection of dynamic properties in one batch
| |
| ToString | (Inherited from Object.) | |
| TranslateDisplayName |
Translates the name of the dynamic property.
|
Properties
| Name | Description | |
|---|---|---|
| InheritedPageLink |
The page where the interited value originates
| |
| InheritedValue |
The inherited value of the dynamic property, primaraly user for GUI display
| |
| LanguageBranch |
Gets or sets the specific language branch if the property is language specific.
| |
| Override |
If value should override new definitions of this property further down in the tree structure.
| |
| PageLink |
The page where the dynamic property is defined.
| |
| ParentLink |
The closest parent that contains dynamic property definitions.
| |
| PropertyValue |
The actual value of the dynamic property.
| |
| RawPropertyValue |
The value of the dynamic property in raw format, only used for serialization.
| |
| Status |
Status of property as listed for a specific page
|