SPWebConfigModification Members
Include Protected Members
Include Inherited Members
Holds modifications that are made to the web.config.
The SPWebConfigModification type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPWebConfigModification() | Initializes a new instance of the SPWebConfigModification class. |
![]() |
SPWebConfigModification(String, String) | Initializes a new instance of the SPWebConfigModification class based on the specified modification name and node. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets or sets the name of the attribute or section node that should be set. |
![]() |
Owner | Gets or sets the owner of the web.config modification. |
![]() |
Path | Gets or sets the XPath expression that is used to locate the node that is being operated on. |
![]() |
Sequence | Gets or sets the sequence number of the modification. |
![]() |
Type | Gets or sets the type of modification that is implied by the class. |
![]() |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
![]() |
Value | Gets or sets the value of the item to set. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top