PCBI365RibbonDirectoryExists Method

Definition

Namespace: PCBI_365
Assembly: PCBI_365 (in PCBI_365.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public Task<TryResults<bool>> DirectoryExists(
	string path
)

Parameters

path  String
 

Return Value

TaskTryResultsBoolean

Implements

IPluginUserManagerProviderDirectoryExists(String)

See Also