Gets a list of ancestors' NavMenuID. The value is surrounded by single quotes.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string AncestoryList { get; }
Visual Basic
Public ReadOnly Property AncestoryList As String
	Get
Visual C++
public:
property String^ AncestoryList {
	String^ get ();
}

See Also