Skip to main content
All docs
V25.2
  • SubDocument.GetRegionHierarchy(String, String) Method

    Returns specific merge region hierarchy information.

    Namespace: DevExpress.XtraRichEdit.API.Native

    Assembly: DevExpress.RichEdit.v25.2.Core.dll

    Declaration

    MailMergeRegionInfo GetRegionHierarchy(
        string regionStartTag,
        string regionEndTag
    )

    Parameters

    Name Type Description
    regionStartTag String

    The region’s start tag.

    regionEndTag String

    the region’s end tag.

    Returns

    Type Description
    MailMergeRegionInfo

    An object that contains region information.

    Remarks

    Use the GetRegionHierarchy method to inspect the region structure. The returned MailMergeRegionInfo object has the Regions property that returns the list of first level regions. Each item in the collection has its own Regions.

    See Also