Subtext.Framework.Providers.ObjectProvider.GetCommentByChecksumHash C# (CSharp) Метод

GetCommentByChecksumHash() публичный абстрактный Метод

Searches the data store for the first comment with a matching checksum hash.
public abstract GetCommentByChecksumHash ( string checksumHash ) : Entry
checksumHash string Checksum hash.
Результат Subtext.Framework.Components.Entry
        public abstract Entry GetCommentByChecksumHash(string checksumHash);