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)

Syntax

Visual Basic (Declaration)
Property DisplayNames As ILocalizedStringList
C#
ILocalizedStringList DisplayNames { get; set; }
C++
property ILocalizedStringList DisplayNames abstract  {
    ILocalizedStringList get();
    void set(ILocalizedStringList value);
}
J#
/** property */
public ILocalizedStringList get_DisplayNames();

/** property */
public void set_DisplayNames(ILocalizedStringList value);
JScript
public function get DisplayNames() : ILocalizedStringList

public function set DisplayNames(value : ILocalizedStringList);

Remarks

See Also