Specifies a
object containing a collection of
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
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: LocalizedString
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ