SiteAction Enum

Definition

Specifies whether the site is currently being created or edited.

public enum class SiteAction
public enum SiteAction
type SiteAction = 
Public Enum SiteAction
Inheritance
SiteAction

Fields

Create 0

The site is being created.

Edit 1

The site is being edited.

Remarks

When a site is updated or edited, the SiteUpdatedEventArgs object is created. The SiteUpdatedEventArgs contains the site name and the value of the SiteAction enumeration. The Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdated property contains the Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdatedEventHandler delegate, which handles the SiteUpdatedEventArgs.

Applies to