Specifies a LocalizedStringList object containing a collection of LocalizedString objects, each of which represents a locale-specific, user-readable description of a class or property.

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

ToggleSyntax

Visual Basic (Declaration)
Property DescriptiveTexts As ILocalizedStringList
C#
ILocalizedStringList DescriptiveTexts { get; set; }
Visual C++
property ILocalizedStringList^ DescriptiveTexts {
	ILocalizedStringList^ get ();
	void set (ILocalizedStringList^ value);
}
JavaScript
function get_descriptiveTexts();
function set_descriptiveTexts(value);

ToggleRemarks

ToggleSee Also