Click or drag to resize

PlaceholderFolderSetOnDemandPopulation Method

IT Hit User File System
Enables or disables placeholder folder on-demand population.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax
public static void SetOnDemandPopulation(
	string userFileSystemPath,
	bool enable
)

Parameters

userFileSystemPath
Type: SystemString
User file system path.
enable
Type: SystemBoolean
Pass true to enable on-demand population. Pass false to disable on-demand population.
See Also