API Reference
Class
ReaderHeadingPath
Builds and parses escaped Reader heading paths.
Inheritance
- Object
- ReaderHeadingPath
Methods
public static String Combine(IEnumerable<String> headings) #Returns:
StringCombines heading titles while escaping literal backslashes and greater-than signs.
Parameters
- headings System.Collections.Generic.IEnumerable{System.String}
public static Void SetHierarchyPath(ReaderLocation location, String hierarchyPath) #Returns:
VoidAssociates an escaped hierarchy-only path with the current public display path. Reader adapters use this to preserve literal heading delimiters without changing normal output.
Parameters
- location OfficeIMO.Reader.ReaderLocation
- hierarchyPath System.String
public static IReadOnlyList<String> Split(String path) #Returns:
IReadOnlyList<String>Parses an escaped path. Legacy unescaped separators continue to represent nesting.
Parameters
- path System.String
public static String ToDisplayString(String path) #Returns:
StringReturns the unescaped display form of a heading path.
Parameters
- path System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object