CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage.IsIgnoredPath C# (CSharp) 메소드

IsIgnoredPath() 공개 메소드

Determines whether this the ignored path is ignored.
public IsIgnoredPath ( string localPath ) : IgnoredState
localPath string Local path.
리턴 IgnoredState
        public IgnoredState IsIgnoredPath(string localPath) {
            return this.collection.IsIgnoredPath(localPath);
        }
    }