C# Class CmisSync.Lib.Filter.InvalidFolderNameFilter

Invalid folder name filter.
显示文件 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 the answer was true.
return bool