Method | Description | |
---|---|---|
ApplyClickThrough ( SiteConfig siteConfig, string entryId, string content ) : string | ||
ApplyContentFilters ( SiteConfig siteConfig, string content ) : string | ||
AreCommentsAllowed ( newtelligence.DasBlog.Runtime.Entry entry, SiteConfig siteConfig ) : bool | ||
ClipString ( string text, int length ) : string | ||
ClipString ( string text, int length, string trailer ) : string | ||
DeleteEntry ( string entryId, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void |
Deletes an entry, including comments enclosures etc. Admins can delete all, contributors only their own. |
|
FilterContent ( SiteConfig siteConfig, string entryId, string content ) : string | ||
FilterContent ( string entryId, string content ) : string | ||
FilterHtml ( string input, |
||
FindHyperLinks ( string content ) : |
||
GetAdminPageUrl ( ) : string | ||
GetAdminPageUrl ( SiteConfig siteConfig ) : string | ||
GetAggregatorBugUrl ( SiteConfig siteConfig, string id ) : string | ||
GetAtomCategoryUrl ( SiteConfig siteConfig, string categoryName ) : string |
|
|
GetAtomCategoryUrl ( string categoryName ) : string |
|
|
GetAtomUrl ( ) : string |
|
|
GetAtomUrl ( SiteConfig siteConfig ) : string |
|
|
GetBaseUrl ( ) : string | ||
GetBaseUrl ( SiteConfig siteConfig ) : string | ||
GetBloggerUrl ( ) : string |
|
|
GetBloggerUrl ( SiteConfig siteConfig ) : string |
|
|
GetCategoryViewUrl ( SiteConfig siteConfig, string categoryName ) : string |
|
|
GetCategoryViewUrl ( SiteConfig siteConfig, string categoryName, int page ) : string |
|
|
GetCategoryViewUrl ( string categoryName ) : string |
|
|
GetCategoryViewUrl ( string categoryName, int page ) : string |
|
|
GetCdfUrl ( ) : string | ||
GetCdfUrl ( SiteConfig siteConfig ) : string | ||
GetClickThroughUrl ( SiteConfig siteConfig, string id ) : string | ||
GetCommentApproveUrl ( SiteConfig siteConfig, string entryId, string commentId ) : string | ||
GetCommentApproveUrl ( string targetEntryId, string commentId ) : string | ||
GetCommentDeleteUrl ( SiteConfig siteConfig, string entryId, string commentId ) : string | ||
GetCommentDeleteUrl ( string targetEntryId, string commentId ) : string | ||
GetCommentReportUrl ( SiteConfig siteConfig, string entryId, string commentId ) : string | ||
GetCommentViewUrl ( SiteConfig siteConfig, string entryId ) : string | ||
GetCommentViewUrl ( SiteConfig siteConfig, string entryId, string commentId ) : string | ||
GetCommentViewUrl ( string targetEntryId ) : string | ||
GetCommentViewUrl ( string targetEntryId, string commentId ) : string | ||
GetCommentsRssUrl ( ) : string | ||
GetCommentsRssUrl ( SiteConfig siteConfig ) : string | ||
GetCompressedTitleUrl ( SiteConfig siteConfig, string title ) : string | ||
GetCompressedTitleUrl ( string title ) : string |
Gets the compressed title URL.
|
|
GetCrosspostTrackingUrlBase ( SiteConfig siteConfig ) : string | ||
GetDayViewUrl ( System.DateTime day ) : string | ||
GetDayViewUrl ( SiteConfig siteConfig, System.DateTime day ) : string | ||
GetEditViewUrl ( SiteConfig siteConfig, string id ) : string | ||
GetEditViewUrl ( string id ) : string | ||
GetEnclosureLinkUrl ( SiteConfig siteConfig, string id, Attachment attachment ) : string | ||
GetEnclosureLinkUrl ( string id, Attachment attachment ) : string | ||
GetEntryCommentsRssUrl ( SiteConfig siteConfig, string id ) : string | ||
GetEntryCommentsRssUrl ( string id ) : string | ||
GetFeedCategoryUrl ( SiteConfig siteConfig, string categoryName ) : string |
|
|
GetFeedCategoryUrl ( string categoryName ) : string |
|
|
GetFeedUrl ( ) : string |
Returns the Rss Url, where the default protocol "http" is replaced by the standard "feed" protocol
|
|
GetFeedUrl ( SiteConfig siteConfig ) : string |
Returns the Rss Url, where the default protocol "http" is replaced by the standard "feed" protocol
|
|
GetLatestModifedCommentDateTime ( IBlogDataService dataService, CommentCollection comments ) : System.DateTime | ||
GetLatestModifedEntryDateTime ( IBlogDataService dataService, EntryCollection entries ) : System.DateTime | ||
GetMicrosummaryUrl ( ) : string | ||
GetMicrosummaryUrl ( SiteConfig siteConfig ) : string | ||
GetMonthViewUrl ( System.DateTime month ) : string | ||
GetMonthViewUrl ( SiteConfig siteConfig, System.DateTime month ) : string | ||
GetObfuscatedEmailUrl ( string emailAddress ) : string | ||
GetObfuscatedEmailUrl ( string emailAddress, string subject ) : string | ||
GetObfuscatedString ( string input ) : string |
Obfuscates a string using HTML character references (hex) and character entities. This is usefull for hiding e-mail addresses from spammers. The resulant string has a mix of HTML character references, salted characters and character entities |
|
GetPagedViewUrl ( SiteConfig siteConfig, int page ) : string | ||
GetPagedViewUrl ( int page ) : string | ||
GetPermaLinkUrl ( newtelligence.DasBlog.Runtime.Entry entry ) : string |
Gets the permalink of a post based on the SiteConfig.EnableTitlePermaLink. Does not return the Entry.CompressedTitle of an Entry.
|
|
GetPermaLinkUrl ( SiteConfig siteConfig, newtelligence.DasBlog.Runtime.Entry entry ) : string |
Gets the permalink of a post based on the SiteConfig.EnableTitlePermaLink. Does not return the Entry.CompressedTitle of an Entry.
|
|
GetPermaLinkUrl ( SiteConfig siteConfig, |
Gets the permalink of a post based on the SiteConfig.EnableTitlePermaLink. Does not return the Entry.CompressedTitle of an EntryIdCacheEntry.
|
|
GetPermaLinkUrl ( SiteConfig siteConfig, string id ) : string |
Gets the raw style permalink of a post. Does not return the Entry.CompressedTitle of an Entry.
|
|
GetPermaLinkUrl ( string id ) : string |
Gets the raw style permalink of a post. Does not return the Entry.CompressedTitle of an Entry.
|
|
GetProfileViewUrl ( SiteConfig siteConfig, string userName, bool profileMapping ) : string | ||
GetRsdUrl ( ) : string | ||
GetRsdUrl ( SiteConfig siteConfig ) : string | ||
GetRssCategoryUrl ( SiteConfig siteConfig, string categoryName ) : string |
|
|
GetRssCategoryUrl ( string categoryName ) : string |
|
|
GetRssUrl ( ) : string |
|
|
GetRssUrl ( SiteConfig siteConfig ) : string | ||
GetStartPageUrl ( ) : string | ||
GetStartPageUrl ( SiteConfig siteConfig ) : string | ||
GetStatusNotModified ( System.DateTime latest ) : bool | ||
GetTrackbackDeleteUrl ( SiteConfig siteConfig, string entryId, string referralPermalink, TrackingType type ) : string | ||
GetTrackbackDeleteUrl ( string entryId, string referralPermalink, TrackingType type ) : string | ||
GetTrackbackUrl ( SiteConfig siteConfig, string id ) : string | ||
GetTrackbackUrl ( string id ) : string | ||
GetUserAgent ( ) : string | ||
GetUserViewUrl ( SiteConfig siteConfig, string userName ) : string | ||
GetUserViewUrl ( string userName ) : string | ||
MapPath ( string virtualPath ) : string |
Maps a virtual path to a physical path, respects the mapping rules from Server.MapPath.
|
|
MapUrl ( string requestUrl ) : string |
Maps a re-written Url written using LinkRewriter to a normal PathAndQuery url.
|
|
ParseSearchString ( string referral ) : |
||
ReferralFromSelf ( SiteConfig siteConfig, string referral ) : bool | ||
ReferralFromSelf ( string referral, string baseUri ) : bool | ||
RelativeToRoot ( SiteConfig siteConfig, string relative ) : string | ||
RelativeToRoot ( string relative ) : string | ||
SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, TrackbackInfoCollection trackbackList, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, TrackbackInfoCollection trackbackList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, string trackbackUrl, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
SpamBlocker ( string email ) : string | ||
UpdateEntry ( newtelligence.DasBlog.Runtime.Entry entry, string trackbackUrl, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : EntrySaveState |
Method | Description | |
---|---|---|
ApplyUrlEncoding ( string content ) : string | ||
BreakCache ( SiteConfig siteConfig, string categories ) : void | ||
CanEdit ( IPrincipal user, newtelligence.DasBlog.Runtime.Entry entry ) : bool | ||
ComposeMail ( newtelligence.DasBlog.Runtime.Entry entry, SiteConfig siteConfig ) : newtelligence.DasBlog.Runtime.SendMailInfo | ||
GetAdvancedGoogleQuery ( |
||
InternalSaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, TrackbackInfoCollection trackbackList, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : EntrySaveState | ||
LinkRewriter ( SiteConfig siteConfig, string link ) : string | ||
LinkRewriter ( SiteConfig siteConfig, string link, string bookmark ) : string |
TSC: LinkRewriter rewrites an given link for search robots.
|
|
RootUrl ( ) : string | ||
RootUrl ( SiteConfig siteConfig ) : string | ||
SendEmail ( newtelligence.DasBlog.Runtime.Entry entry, SiteConfig siteConfig, ILoggingDataService logService ) : void |
Send an email notification that an entry has been made.
|
public static ApplyClickThrough ( SiteConfig siteConfig, string entryId, string content ) : string | ||
siteConfig | SiteConfig | |
entryId | string | |
content | string | |
return | string |
public static ApplyContentFilters ( SiteConfig siteConfig, string content ) : string | ||
siteConfig | SiteConfig | |
content | string | |
return | string |
public static AreCommentsAllowed ( newtelligence.DasBlog.Runtime.Entry entry, SiteConfig siteConfig ) : bool | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
siteConfig | SiteConfig | |
return | bool |
public static ClipString ( string text, int length ) : string | ||
text | string | |
length | int | |
return | string |
public static ClipString ( string text, int length, string trailer ) : string | ||
text | string | |
length | int | |
trailer | string | |
return | string |
public static DeleteEntry ( string entryId, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
entryId | string | The entry to delete. |
siteConfig | SiteConfig | |
logService | ILoggingDataService | |
dataService | IBlogDataService | |
return | void |
public static FilterContent ( SiteConfig siteConfig, string entryId, string content ) : string | ||
siteConfig | SiteConfig | |
entryId | string | |
content | string | |
return | string |
public static FilterContent ( string entryId, string content ) : string | ||
entryId | string | |
content | string | |
return | string |
public static FilterHtml ( string input, |
||
input | string | |
allowedTags | ||
return | string |
public static FindHyperLinks ( string content ) : |
||
content | string | |
return |
public static GetAdminPageUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetAggregatorBugUrl ( SiteConfig siteConfig, string id ) : string | ||
siteConfig | SiteConfig | |
id | string | |
return | string |
public static GetAtomCategoryUrl ( SiteConfig siteConfig, string categoryName ) : string | ||
siteConfig | SiteConfig | |
categoryName | string | |
return | string |
public static GetAtomCategoryUrl ( string categoryName ) : string | ||
categoryName | string | |
return | string |
public static GetAtomUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetBaseUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetBloggerUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetCategoryViewUrl ( SiteConfig siteConfig, string categoryName ) : string | ||
siteConfig | SiteConfig | |
categoryName | string | |
return | string |
public static GetCategoryViewUrl ( SiteConfig siteConfig, string categoryName, int page ) : string | ||
siteConfig | SiteConfig | |
categoryName | string | |
page | int | The page this link points to, or 0 (zero) when there is no paging. |
return | string |
public static GetCategoryViewUrl ( string categoryName ) : string | ||
categoryName | string | |
return | string |
public static GetCategoryViewUrl ( string categoryName, int page ) : string | ||
categoryName | string | |
page | int | The page this link points to, or 0 (zero) when there is no paging. |
return | string |
public static GetCdfUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetClickThroughUrl ( SiteConfig siteConfig, string id ) : string | ||
siteConfig | SiteConfig | |
id | string | |
return | string |
public static GetCommentApproveUrl ( SiteConfig siteConfig, string entryId, string commentId ) : string | ||
siteConfig | SiteConfig | |
entryId | string | |
commentId | string | |
return | string |
public static GetCommentApproveUrl ( string targetEntryId, string commentId ) : string | ||
targetEntryId | string | |
commentId | string | |
return | string |
public static GetCommentDeleteUrl ( SiteConfig siteConfig, string entryId, string commentId ) : string | ||
siteConfig | SiteConfig | |
entryId | string | |
commentId | string | |
return | string |
public static GetCommentDeleteUrl ( string targetEntryId, string commentId ) : string | ||
targetEntryId | string | |
commentId | string | |
return | string |
public static GetCommentReportUrl ( SiteConfig siteConfig, string entryId, string commentId ) : string | ||
siteConfig | SiteConfig | |
entryId | string | |
commentId | string | |
return | string |
public static GetCommentViewUrl ( SiteConfig siteConfig, string entryId ) : string | ||
siteConfig | SiteConfig | |
entryId | string | |
return | string |
public static GetCommentViewUrl ( SiteConfig siteConfig, string entryId, string commentId ) : string | ||
siteConfig | SiteConfig | |
entryId | string | |
commentId | string | |
return | string |
public static GetCommentViewUrl ( string targetEntryId ) : string | ||
targetEntryId | string | |
return | string |
public static GetCommentViewUrl ( string targetEntryId, string commentId ) : string | ||
targetEntryId | string | |
commentId | string | |
return | string |
public static GetCommentsRssUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetCompressedTitleUrl ( SiteConfig siteConfig, string title ) : string | ||
siteConfig | SiteConfig | |
title | string | |
return | string |
public static GetCompressedTitleUrl ( string title ) : string | ||
title | string | Title. |
return | string |
public static GetCrosspostTrackingUrlBase ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetDayViewUrl ( System.DateTime day ) : string | ||
day | System.DateTime | |
return | string |
public static GetDayViewUrl ( SiteConfig siteConfig, System.DateTime day ) : string | ||
siteConfig | SiteConfig | |
day | System.DateTime | |
return | string |
public static GetEditViewUrl ( SiteConfig siteConfig, string id ) : string | ||
siteConfig | SiteConfig | |
id | string | |
return | string |
public static GetEditViewUrl ( string id ) : string | ||
id | string | |
return | string |
public static GetEnclosureLinkUrl ( SiteConfig siteConfig, string id, Attachment attachment ) : string | ||
siteConfig | SiteConfig | |
id | string | |
attachment | Attachment | |
return | string |
public static GetEnclosureLinkUrl ( string id, Attachment attachment ) : string | ||
id | string | |
attachment | Attachment | |
return | string |
public static GetEntryCommentsRssUrl ( SiteConfig siteConfig, string id ) : string | ||
siteConfig | SiteConfig | |
id | string | |
return | string |
public static GetEntryCommentsRssUrl ( string id ) : string | ||
id | string | |
return | string |
public static GetFeedCategoryUrl ( SiteConfig siteConfig, string categoryName ) : string | ||
siteConfig | SiteConfig | |
categoryName | string | |
return | string |
public static GetFeedCategoryUrl ( string categoryName ) : string | ||
categoryName | string | |
return | string |
public static GetFeedUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | SiteConfig |
return | string |
public static GetLatestModifedCommentDateTime ( IBlogDataService dataService, CommentCollection comments ) : System.DateTime | ||
dataService | IBlogDataService | |
comments | CommentCollection | |
return | System.DateTime |
public static GetLatestModifedEntryDateTime ( IBlogDataService dataService, EntryCollection entries ) : System.DateTime | ||
dataService | IBlogDataService | |
entries | EntryCollection | |
return | System.DateTime |
public static GetMicrosummaryUrl ( ) : string | ||
return | string |
public static GetMicrosummaryUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetMonthViewUrl ( System.DateTime month ) : string | ||
month | System.DateTime | |
return | string |
public static GetMonthViewUrl ( SiteConfig siteConfig, System.DateTime month ) : string | ||
siteConfig | SiteConfig | |
month | System.DateTime | |
return | string |
public static GetObfuscatedEmailUrl ( string emailAddress ) : string | ||
emailAddress | string | |
return | string |
public static GetObfuscatedEmailUrl ( string emailAddress, string subject ) : string | ||
emailAddress | string | |
subject | string | |
return | string |
public static GetObfuscatedString ( string input ) : string | ||
input | string | The string to obfuscate. |
return | string |
public static GetPagedViewUrl ( SiteConfig siteConfig, int page ) : string | ||
siteConfig | SiteConfig | |
page | int | |
return | string |
public static GetPagedViewUrl ( int page ) : string | ||
page | int | |
return | string |
public static GetPermaLinkUrl ( newtelligence.DasBlog.Runtime.Entry entry ) : string | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
return | string |
public static GetPermaLinkUrl ( SiteConfig siteConfig, newtelligence.DasBlog.Runtime.Entry entry ) : string | ||
siteConfig | SiteConfig | |
entry | newtelligence.DasBlog.Runtime.Entry | |
return | string |
public static GetPermaLinkUrl ( SiteConfig siteConfig, |
||
siteConfig | SiteConfig | |
e | ||
return | string |
public static GetPermaLinkUrl ( SiteConfig siteConfig, string id ) : string | ||
siteConfig | SiteConfig | |
id | string | |
return | string |
public static GetPermaLinkUrl ( string id ) : string | ||
id | string | |
return | string |
public static GetProfileViewUrl ( SiteConfig siteConfig, string userName, bool profileMapping ) : string | ||
siteConfig | SiteConfig | |
userName | string | |
profileMapping | bool | |
return | string |
public static GetRsdUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetRssCategoryUrl ( SiteConfig siteConfig, string categoryName ) : string | ||
siteConfig | SiteConfig | |
categoryName | string | |
return | string |
public static GetRssCategoryUrl ( string categoryName ) : string | ||
categoryName | string | |
return | string |
public static GetRssUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetStartPageUrl ( SiteConfig siteConfig ) : string | ||
siteConfig | SiteConfig | |
return | string |
public static GetStatusNotModified ( System.DateTime latest ) : bool | ||
latest | System.DateTime | |
return | bool |
public static GetTrackbackDeleteUrl ( SiteConfig siteConfig, string entryId, string referralPermalink, TrackingType type ) : string | ||
siteConfig | SiteConfig | |
entryId | string | |
referralPermalink | string | |
type | TrackingType | |
return | string |
public static GetTrackbackDeleteUrl ( string entryId, string referralPermalink, TrackingType type ) : string | ||
entryId | string | |
referralPermalink | string | |
type | TrackingType | |
return | string |
public static GetTrackbackUrl ( SiteConfig siteConfig, string id ) : string | ||
siteConfig | SiteConfig | |
id | string | |
return | string |
public static GetTrackbackUrl ( string id ) : string | ||
id | string | |
return | string |
public static GetUserViewUrl ( SiteConfig siteConfig, string userName ) : string | ||
siteConfig | SiteConfig | |
userName | string | |
return | string |
public static GetUserViewUrl ( string userName ) : string | ||
userName | string | |
return | string |
public static MapPath ( string virtualPath ) : string | ||
virtualPath | string | The virtual path to map. |
return | string |
public static MapUrl ( string requestUrl ) : string | ||
requestUrl | string | The re-written url |
return | string |
public static ParseSearchString ( string referral ) : |
||
referral | string | |
return |
public static ReferralFromSelf ( SiteConfig siteConfig, string referral ) : bool | ||
siteConfig | SiteConfig | |
referral | string | |
return | bool |
public static ReferralFromSelf ( string referral, string baseUri ) : bool | ||
referral | string | |
baseUri | string | |
return | bool |
public static RelativeToRoot ( SiteConfig siteConfig, string relative ) : string | ||
siteConfig | SiteConfig | |
relative | string | |
return | string |
public static RelativeToRoot ( string relative ) : string | ||
relative | string | |
return | string |
public static SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
crosspostList | CrosspostInfoCollection | |
siteConfig | SiteConfig | |
logService | ILoggingDataService | |
dataService | IBlogDataService | |
return | void |
public static SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
siteConfig | SiteConfig | |
logService | ILoggingDataService | |
dataService | IBlogDataService | |
return | void |
public static SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, TrackbackInfoCollection trackbackList, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
trackbackList | TrackbackInfoCollection | |
crosspostList | CrosspostInfoCollection | |
siteConfig | SiteConfig | |
logService | ILoggingDataService | |
dataService | IBlogDataService | |
return | void |
public static SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, TrackbackInfoCollection trackbackList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
trackbackList | TrackbackInfoCollection | |
siteConfig | SiteConfig | |
logService | ILoggingDataService | |
dataService | IBlogDataService | |
return | void |
public static SaveEntry ( newtelligence.DasBlog.Runtime.Entry entry, string trackbackUrl, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : void | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
trackbackUrl | string | |
crosspostList | CrosspostInfoCollection | |
siteConfig | SiteConfig | |
logService | ILoggingDataService | |
dataService | IBlogDataService | |
return | void |
public static SpamBlocker ( string email ) : string | ||
string | ||
return | string |
public static UpdateEntry ( newtelligence.DasBlog.Runtime.Entry entry, string trackbackUrl, CrosspostInfoCollection crosspostList, SiteConfig siteConfig, ILoggingDataService logService, IBlogDataService dataService ) : EntrySaveState | ||
entry | newtelligence.DasBlog.Runtime.Entry | |
trackbackUrl | string | |
crosspostList | CrosspostInfoCollection | |
siteConfig | SiteConfig | |
logService | ILoggingDataService | |
dataService | IBlogDataService | |
return | EntrySaveState |