Specifies a LocalizedStringList object containing a collection of LocalizedString objects, each of which represents a locale-specific, user-readable display name for a class definition, property template, or choice.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property DisplayNames As ILocalizedStringList
C#
ILocalizedStringList DisplayNames { get; set; }
Visual C++
property ILocalizedStringList^ DisplayNames {
	ILocalizedStringList^ get ();
	void set (ILocalizedStringList^ value);
}
JavaScript
function get_displayNames();
function set_displayNames(value);

ToggleRemarks

ToggleSee Also