Gets or sets the text that is used for showing related files on content display page.

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

Syntax

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

See Also