Click or drag to resize

OnDemandLocalFileSystemRegistrationComputeEnableFolderIndexing Method

Determines if folder must be indexed or not.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool ComputeEnableFolderIndexing(
	string rootPath
)

Parameters

rootPath
Type: SystemString
The root directory path.

Return Value

Type: Boolean
true if the folder must be indexed; false otherwise.
Exceptions
ExceptionCondition
ArgumentNullExceptionrootPath is null.
ArgumentExceptionrootPath is not a rooted path.
See Also