Click or drag to resize

PlaceholderFolderTrySetOnDemandPopulation Method

IT Hit User File System
Tries to enable or disable 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 bool TrySetOnDemandPopulation(
	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.

Return Value

Type: Boolean
See Also