ContentWebChangeEventReceiver members
Responds to events associated with name changes on the SPWeb instance and coordinates the change with the external workflow host.
The ContentWebChangeEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContentWebChangeEventReceiver | Initializes a new instance of the ContentWebChangeEventReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SiteDeleted | Responds to site deletions and cleans up related content in the external workflow host for content in the site scope. (Overrides SPWebEventReceiver.SiteDeleted(SPWebEventProperties).) | |
ToString | (Inherited from Object.) | |
WebDeleted | Responds to site deletions and cleans up related content in the external workflow host for content in the web scope. (Overrides SPWebEventReceiver.WebDeleted(SPWebEventProperties).) | |
WebMoved | Asynchronous After event that occurs after an existing Web site has been moved. (Overrides SPWebEventReceiver.WebMoved(SPWebEventProperties).) |
Top