The use of a filter expression is optional. If FilteredPropertyId is null, the source object itself is evaluated by the filter expression.
NOTE For IPublishRequestEvent, apply the filter expression on the InputDocument property of the IPublishRequest object, not on an object-valued property of the source object being published. When you publish a document, a IPublishRequest object is created, which, at runtime, is the source object on which IPublishRequestEvent is triggered.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property FilteredPropertyId As String |
C# |
---|
string FilteredPropertyId { get; set; } |
Visual C++ |
---|
property String^ FilteredPropertyId { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_filteredPropertyId(); function set_filteredPropertyId(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
MaximumLengthString: 64
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ