Specifies a
object containing a collection of
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)
Syntax
Visual Basic (Declaration) |
---|
Property DescriptiveTexts As ILocalizedStringList |
C# |
---|
ILocalizedStringList DescriptiveTexts { get; set; } |
C++ |
---|
property ILocalizedStringList DescriptiveTexts abstract { ILocalizedStringList get(); void set(ILocalizedStringList value); } |
J# |
---|
/** property */ public ILocalizedStringList get_DescriptiveTexts(); /** property */ public void set_DescriptiveTexts(ILocalizedStringList value); |
JScript |
---|
public function get DescriptiveTexts() : ILocalizedStringList public function set DescriptiveTexts(value : ILocalizedStringList); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
Datatype: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: LocalizedString
RequiresUniqueElements: true
Settability: READ_WRITE
TargetAccessRequired: READ