IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

SearchNamesOnly Property

Whether to match against resource names only when searching.

Syntax

ANSI (Cross Platform)
int GetSearchNamesOnly();
int SetSearchNamesOnly(int bSearchNamesOnly); Unicode (Windows) BOOL GetSearchNamesOnly();
INT SetSearchNamesOnly(BOOL bSearchNamesOnly);
@property (nonatomic,readwrite,assign,getter=searchNamesOnly,setter=setSearchNamesOnly:) BOOL searchNamesOnly;
- (BOOL)searchNamesOnly;
- (void)setSearchNamesOnly:(BOOL)newSearchNamesOnly;
#define PID_DROPBOX_SEARCHNAMESONLY 66

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_Dropbox_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_Dropbox_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 8265]