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.3.0

Syntax

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

See Also