public final class SearchOption
extends com.aspose.ms.System.Enum
Specifies whether to search the current folder, or the current folder and all subfolders.
Modifier and Type | Field and Description |
---|---|
static int |
AllFolders
Includes the current folder and all the subfolders in a search.
|
static int |
TopFolderOnly
Includes only the current folder in a search.
|
public static final int AllFolders
Includes the current folder and all the subfolders in a search.
public static final int TopFolderOnly
Includes only the current folder in a search.
Copyright © 2020. All rights reserved.