CmisCmdlets.CmisContentCommandBase.HasContent C# (CSharp) Method

HasContent() protected method

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