GetProperty(ContentPropertyDefinition, bool) |
Gets the content property for the specified key, or null if the property does not exist.
|
GetEffectiveProperty(ContentPropertyDefinition) |
|
GetOwnValues(ContentPropertyDefinition) |
|
GetEffectiveValues(ContentPropertyDefinition) |
|
GetEffectiveCulture(ContentPropertyDefinition) |
|
AddValue(ContentPropertyDefinition, object) |
Adds a new value to the property and returns the newly created ContentModelValue object.
|
AddValue(ContentPropertyDefinition, ContentModelValue) |
Adds a new ContentModelValue to the property.
|
SetValues(ContentPropertyDefinition, IEnumerable<ContentModelValue>) |
Replaces all values for the specified property definition with new ones.
|
SetValue(ContentPropertyDefinition, string, object) |
|
ClearValues(ContentPropertyDefinition) |
|
RemoveValue(ContentPropertyDefinition, string) |
|
LinkedCulture(ContentPropertyDefinition) |
|
LinkTo(ContentPropertyDefinition, CultureInfo) |
|
Unlink(ContentPropertyDefinition) |
|