Class VisitorGroupsTransfer
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
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.7Syntax
public class VisitorGroupsTransfer : XmlTransferBase
Constructors
VisitorGroupsTransfer(ITransferContext)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the VisitorGroupsTransfer class.
Declaration
public VisitorGroupsTransfer(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. Serialize the visitor group in to stream
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. Deserialize the visitor groups in to the context
Declaration
public override void Import(XmlTextReader input)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlTextReader | input | The input. |