IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

SearchKind Property

The kind of resources to search for.

Syntax

public var searchKind: DropboxSearchKinds

public enum class DropboxSearchKinds(val value: Int) {
dskActive(0),
dskDeleted(1);
}

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.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]