CmisSync.Lib.SelectiveIgnore.IgnoredEntitiesStorage.IsIgnoredId C# (CSharp) Method

IsIgnoredId() public method

Determines whether the object with the given objectId is ignored.
public IsIgnoredId ( string objectId ) : IgnoredState
objectId string Object identifier.
return IgnoredState
        public IgnoredState IsIgnoredId(string objectId) {
            return this.collection.IsIgnoredId(objectId);
        }