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
)
Public Shared Function TrySetOnDemandPopulation (
userFileSystemPath As String,
enable As Boolean
) As Boolean
public:
static bool TrySetOnDemandPopulation(
String^ userFileSystemPath,
bool enable
)
static member TrySetOnDemandPopulation :
userFileSystemPath : string *
enable : bool -> bool
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:
BooleanSee Also