IPWorks Cloud 2020 Python Edition

Questions / Feedback?

search_names_only Property

Whether to match against resource names only when searching.

Syntax

def get_search_names_only() -> bool: ...
def set_search_names_only(value: bool) -> None: ...

search_names_only = property(get_search_names_only, set_search_names_only)

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.

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