Try our conversational search powered by Generative AI!

Class CategoryTransfer

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Transfer category tree information

Inheritance
System.Object
CategoryTransfer
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 CategoryTransfer : XmlTransferBase

Constructors

CategoryTransfer(ITransferContext)

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

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

The transfer context.

Methods

Export(XmlTextWriter)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Exports all categories to a XML stream.

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

The XML stream.

Overrides

Import(XmlTextReader)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Imports a category collection from XML stream.

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

The input as a XML stream.

Overrides

Extension Methods