WebCenter Interaction API  
 

IPTPropertyFilterStatement.SetValue Method

Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

Overload List

Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

void SetValue(XPDateTime);

Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

void SetValue(double);

Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

void SetValue(int);

Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

void SetValue(object);

Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

void SetValue(float);

Sets the value for the filter statement. In the example "Name = 'Fred'", the value is "Fred".

void SetValue(string);

See Also

IPTPropertyFilterStatement Interface | com.plumtree.server Namespace