Object Methods
In addition to the Query Functions, the following preset object methods can be called on an object to access the result of an object's method call. Object method syntax is similar to the query functions, except they are preceded by a dot, even if no cPath field precedes it.
- .Key() - Access the Object Key.
- .Summary() - Access the Object Summary.
- .Description() - Access the Object Description.
- .Keywords() - Access the Object Keywords.
Each of these object methods can be overridden with a custom content type method of the same name. For example a content type for Contacts could define a Summary method that returns a string based on the cScript "$LastName, $FirstName".
A future version of webCOMAND will allow custom object methods to be defined. Custom object methods will be marked as "pre-cached" methods, which means they are executed when a new object is created or an existing object is updated, so the result can be cached and efficiently accessed at query time.