Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CategoryTransfer

Transfer category tree information

Inheritance
System.Object
CategoryTransfer
Inherited Members
Namespace: EPiServer.Enterprise.Transfer.Internal
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3
Syntax
public class CategoryTransfer : XmlTransferBase

Constructors

CategoryTransfer(ITransferContext)

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)

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)

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