IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

SearchKind Property

The kind of resources to search for.

Object Oriented Interface

public function getSearchKind();
public function setSearchKind($value);

Procedural Interface

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

Default Value

0

Remarks

This property specifies what kind of resources to search for when Search is called. Possible values are:

dskActive (0) (default) Search for active resources.
dskDeleted (1) Search for deleted resources.

This property is not available at design time.

Data Type

Integer

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