Table of Contents

Enum CopyMode

Namespace
Dynamicweb.Content
Assembly
Dynamicweb.dll

Defines how to copy an area

public enum CopyMode

Fields

Properties = 3

Coipes only the website properties and no pages or paragraphs

Structure = 1

Copies only the page structure

StructureAndContent = 2

Copies the page structure and the paragraphs

To top