Gets or sets the text that is used for showing related links on content display pages.

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

Syntax

C#
public string RelatedLinksTitle { get; set; }
Visual Basic (Declaration)
Public Property RelatedLinksTitle As String
Visual C++
public:
property String^ RelatedLinksTitle {
	String^ get ();
	void set (String^ value);
}

See Also