ReportFilterCustomFilter Property
Allows the user to specify his own filter XML.
Object Oriented Interface
public function getReportFilterCustomFilter(); public function setReportFilterCustomFilter($value);
Procedural Interface
ipworks_caldav_get($res, 76 ); ipworks_caldav_set($res, 76, $value );
Default Value
''
Remarks
Allows the user to specify his own filter XML. This property must be properly-formed XML, and must be a supported CalDAV filter or the class fails with an error.
Data Type
String