SearchMarker Property
A marker when searches are paged.
Object Oriented Interface
public function getSearchMarker(); public function setSearchMarker($value);
Procedural Interface
incloudstorage_dropbox_get($res, 41 ); incloudstorage_dropbox_set($res, 41, $value );
Default Value
''
Remarks
This property is populated when Search is called and the results span multiple pages. Search may be called multiple times to get the next page of results. If this value is empty after calling Search there are no additional pages of results.
This property is not available at design time.
Data Type
String