Click or drag to resize
PathMacroContainer Class
Object encapsulating path macro resolving as ISimpleDataContainer.
Inheritance Hierarchy
SystemObject
  CMS.MacroEnginePathMacroContainer

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public class PathMacroContainer : ISimpleDataContainer

The PathMacroContainer type exposes the following members.

Constructors
  NameDescription
Public methodPathMacroContainer
Creates new instance of PathMacroContainer.
Top
Fields
  NameDescription
Protected fieldmCurrentPath
Current path.
Protected fieldStatic membermLevelRegExp
Regular expression to capture the path level macro.
Protected fieldmPathSegments
Path segments array.
Protected fieldmResolver
Resolver used to resolve the paths.
Top
Properties
  NameDescription
Public propertyCurrentPath
Current path.
Public propertyItem
Gets or sets the value of the column.
Public propertyStatic memberLevelRegExp
Regular expression to capture the path level macro.
Top
Methods
  NameDescription
Public methodGetValue
Resolves the path macro.
Public methodResolvePath
Resolves the given alias path, applies the path segment to the given format string {0} for level 0.
Public methodSetValue
Not implemented.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Top
See Also