FlickrSync.PathInfo.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public bool IsEmpty()
        {
            return !Open && !ManualAdd;
        }