PathMacroContainer Class |
Namespace: CMS.MacroEngine
public class PathMacroContainer : ISimpleDataContainer
The PathMacroContainer type exposes the following members.
Name | Description | |
---|---|---|
PathMacroContainer |
Creates new instance of PathMacroContainer.
|
Name | Description | |
---|---|---|
mCurrentPath |
Current path.
| |
mLevelRegExp |
Regular expression to capture the path level macro.
| |
mPathSegments |
Path segments array.
| |
mResolver |
Resolver used to resolve the paths.
|
Name | Description | |
---|---|---|
CurrentPath |
Current path.
| |
Item |
Gets or sets the value of the column.
| |
LevelRegExp |
Regular expression to capture the path level macro.
|
Name | Description | |
---|---|---|
GetValue |
Resolves the path macro.
| |
ResolvePath |
Resolves the given alias path, applies the path segment to the given format string {0} for level 0.
| |
SetValue |
Not implemented.
|
Name | Description | |
---|---|---|
CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |