Try our conversational search powered by Generative AI!

Class DeleteVisitorGroupsTransfer

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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.Internal
Assembly: EPiServer.Enterprise.dll
Version: 11.20.7
Syntax
public class DeleteVisitorGroupsTransfer : XmlTransferBase

Constructors

DeleteVisitorGroupsTransfer(ITransferContext)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the DeleteVisitorGroupsTransfer class.

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

The context.

Methods

Export(XmlTextWriter)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. 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