Table of Contents

Class PathSettings

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Settings for defining the hierarchical path column source together with the scope of uniqueness for the path value.

public sealed class PathSettings
Inheritance
object
PathSettings
Extension Methods

Properties

ColumnName

Gets or sets the name of the column holding the path.

public string ColumnName { get; init; }

Property Value

string

ScopeColumnName

Gets or sets the name of the column defining the scope of uniqueness for the path being built. If not provided the path is globally unique.

public string ScopeColumnName { get; init; }

Property Value

string