A String holding a list of mappings between the properties of a versionable-related object
and workflow data fields.
For example, you might want to map a document's Creator property with Employee Name, if that data
field exists in the workflow definition. The workflow data fields you specify in the property map
must be designated as launch step parameters in the workflow definition.
Namespace:
FileNet.Api.EventsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property PropertyMap As IStringList |
C# |
---|
IStringList PropertyMap { get; set; } |
Visual C++ |
---|
property IStringList^ PropertyMap { IStringList^ get (); void set (IStringList^ value); } |
JavaScript |
---|
function get_propertyMap(); function set_propertyMap(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ