Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Base class for inheritable properties on the PublishingWeb class.
The InheritableProperty<TValueType> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
InheritFlagPropertyName | Gets the name of the property flag to inherit. |
![]() |
IsInheriting | Indicates whether this property is inheriting its value from the parent PublishingWeb object. |
![]() |
Value | Gets the value of the property. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetDirectValue | Gets the property value directly from the PublishingWeb object. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetDirectValue | Sets the property value directly to the PublishingWeb object. |
![]() |
SetInherit(Boolean, Boolean) | Sets the flag to indicate whether this property inherits its value from its parent site. |
![]() |
SetInherit(Boolean, Boolean, String, String) | Sets the flag to indicate whether this property inherits its value from its parent site. |
![]() |
SetValue(TValueType) | Sets the value of this property. |
![]() |
SetValue(TValueType, Boolean) | Set value of this property. |
![]() |
SetValue(TValueType, Boolean, String, String) | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
ToString | (Inherited from Object.) |
Top