SenseNet.Messaging.NotificationObserver.IsInTrash C# (CSharp) Method

IsInTrash() private method

private IsInTrash ( string path ) : bool
path string
return bool
        private bool IsInTrash(string path)
        {
            return IsIn(path, TrashBin.TrashBinPath);
        }
        private bool IsIn(string path, string containerPath)