IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

SearchFileExtensions Property

File extensions to restrict the search to.

Object Oriented Interface

public function getSearchFileExtensions();
public function setSearchFileExtensions($value);

Procedural Interface

ipworkscloud_dropbox_get($res, 63 );
ipworkscloud_dropbox_set($res, 63, $value );

Default Value

''

Remarks

This property may be set to a comma-separated list of file extensions to restrict the search results returned by Search. File extensions should be specified without leading dot (.) characters.

Note that the server will only apply this search restriction when SearchKind is set to dskActive (0).

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]