SenseNet.Messaging.NotificationObserver.IsInTrash C# (CSharp) Méthode

IsInTrash() private méthode

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