Subtext.Framework.Providers.ObjectProvider.GetCommentByChecksumHash C# (CSharp) Method

GetCommentByChecksumHash() public abstract method

Searches the data store for the first comment with a matching checksum hash.
public abstract GetCommentByChecksumHash ( string checksumHash ) : Entry
checksumHash string Checksum hash.
return Subtext.Framework.Components.Entry
        public abstract Entry GetCommentByChecksumHash(string checksumHash);