InheritableStringProperty Members
Include Protected Members
Include Inherited Members
Represents an inheritable property of a string value.
The InheritableStringProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
InheritFlagPropertyName | Gets the name of the property flag to inherit. (Inherited from InheritableProperty<TValueType>.) | |
IsInheriting | Indicates whether this property is inheriting its value from the parent PublishingWeb object. (Inherited from InheritableProperty<TValueType>.) | |
Value | Gets the value of the property. (Inherited from InheritableProperty<TValueType>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDirectValue | Gets the property value directly from the PublishingWeb object. (Inherited from InheritableProperty<TValueType>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetDirectValue | Sets the property value directly to the PublishingWeb object. (Inherited from InheritableProperty<TValueType>.) | |
SetInherit(Boolean, Boolean) | Sets the flag to indicate whether this property inherits its value from its parent site. (Inherited from InheritableProperty<TValueType>.) | |
SetInherit(Boolean, Boolean, String, String) | Sets the flag to indicate whether this property inherits its value from its parent site. (Inherited from InheritableProperty<TValueType>.) | |
SetValue(TValueType) | Sets the value of this property. (Inherited from InheritableProperty<TValueType>.) | |
SetValue(TValueType, Boolean) | Set value of this property. (Inherited from InheritableProperty<TValueType>.) | |
SetValue(TValueType, Boolean, String, String) | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from InheritableProperty<TValueType>.) | |
ToString | (Inherited from Object.) |
Top