InheritableProperty<TValueType> members

Base class for inheritable properties on the PublishingWeb class.

The InheritableProperty<TValueType> type exposes the following members.

Properties

  Name Description
Protected property InheritFlagPropertyName Gets the name of the property flag to inherit.
Public property IsInheriting Indicates whether this property is inheriting its value from the parent PublishingWeb object.
Public property Value Gets the value of the property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetDirectValue Gets the property value directly from the PublishingWeb object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetDirectValue Sets the property value directly to the PublishingWeb object.
Public method SetInherit(Boolean, Boolean) Sets the flag to indicate whether this property inherits its value from its parent site.
Public method SetInherit(Boolean, Boolean, String, String) Sets the flag to indicate whether this property inherits its value from its parent site.
Public method SetValue(TValueType) Sets the value of this property.
Public method SetValue(TValueType, Boolean) Set value of this property.
Public method SetValue(TValueType, Boolean, String, String) This member is reserved for internal use and is not intended to be used directly from your code.
Public method ToString (Inherited from Object.)

Top

See also

Reference

InheritableProperty<TValueType> class

Microsoft.SharePoint.Publishing namespace