SPElementDefinition members
Serves as the base class for implementing element types within SharePoint Foundation.
The SPElementDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
ElementType | Gets the type of the element. | |
FeatureDefinition | Gets or sets the Feature definition to which the element definition belongs. | |
Id | Gets the ID of the element definition. | |
NamespaceManager | Gets a namespace manager to use in XPath queries. | |
UIVersion | ||
WssPrefix | Gets a SharePoint Foundation prefix to be used in XPath queries in conjunction with the Namespace Manager. | |
XmlDefinition | Gets or sets the element tree that is contained within the Element tag of the XML definition. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetRootAttrAsInt32 | Returns the value of the specified root attribute as an integer. | |
GetRootAttrAsPermissions | Returns the value of the specified root attribute as a SharePoint Foundation permission. | |
GetRootAttrIsFalse | Returns the value of the specified root attribute as a Boolean value. | |
GetRootAttrIsTrue | Returns the value of the specified root attribute as a Boolean value. | |
GetRootAttrVal | Returns the value of an attribute that is specified within the root element of the definition. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top