CmisCmdlets.CmisContentCommandBase.HasContent C# (CSharp) Méthode

HasContent() protected méthode

protected HasContent ( ) : bool
Résultat bool
        protected bool HasContent()
        {
            return _allContent.Length > 0;
        }
    }