C# Class CmisSync.Lib.Filter.IgnoredFolderNameFilter

Ignored folder name filter.
Exibir arquivo Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
CheckFolderName ( string name, string &reason ) : bool

Checks the name of the folder.

Method Details

CheckFolderName() public method

Checks the name of the folder.
public CheckFolderName ( string name, string &reason ) : bool
name string Name of the folder.
reason string Reason why true was returned.
return bool