IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

SearchNamesOnly Property

Whether to match against resource names only when searching.

Object Oriented Interface

public function getSearchNamesOnly();
public function setSearchNamesOnly($value);

Procedural Interface

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

Default Value

false

Remarks

This property indicates whether the server should only match the query string passed to Search against resource names. If this property is disabled (default), the server will match the specified query string against resource details and/or content at its discretion.

This property is not available at design time.

Data Type

Boolean

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