SaaS CMS has officially launched! Learn more now.

Class DeleteVisitorGroupsTransfer

Inheritance
System.Object
DeleteVisitorGroupsTransfer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Enterprise.Transfer
Assembly: EPiServer.Enterprise.dll
Version: 8.11.0
Syntax
public class DeleteVisitorGroupsTransfer : XmlTransferBase

Constructors

DeleteVisitorGroupsTransfer(ITransferContext)

Initializes a new instance of the DeleteVisitorGroupsTransfer class.

Declaration
public DeleteVisitorGroupsTransfer(ITransferContext context)
Parameters
Type Name Description
ITransferContext context

The context.

Methods

Export(XmlTextWriter)

Added the deleted visitor group item in context.

Declaration
public override void Export(XmlTextWriter output)
Parameters
Type Name Description
System.Xml.XmlTextWriter output

The output.

Overrides

Import(XmlTextReader)

Deleted the Visitor Groups that are in the context.

Declaration
public override void Import(XmlTextReader input)
Parameters
Type Name Description
System.Xml.XmlTextReader input

The input.

Overrides

Extension Methods