Method | Description | |
---|---|---|
BulkBlogFileNameUpdateFromDate ( System.Guid siteID ) : void | ||
BulkUpdateTemplate ( System.Guid siteID, List |
||
ContentPageHelper ( ) : System | ||
CreateBlogDatePrefix ( System.Guid siteID, System.DateTime goLiveDate ) : string | ||
CreateFileNameFromSlug ( System.Guid siteID, System.DateTime goLiveDate, string PageSlug ) : string | ||
Dispose ( ) : void | ||
ExistingPagesBeginWith ( System.Guid siteID, string sFolderPath ) : bool | ||
ExistingPagesBeginWith ( |
||
FindByFilename ( System.Guid siteID, string urlFileName ) : |
||
FindByPageSlug ( System.Guid siteID, System.DateTime datePublished, string urlPageSlug ) : |
||
FindContentByID ( System.Guid siteID, System.Guid rootContentID ) : |
||
FindHome ( System.Guid siteID ) : |
||
FindHome ( System.Guid siteID, bool bActiveOnly ) : |
||
FindPageByTitleAndDate ( System.Guid siteID, string sTitle, string sFileNameFrag, System.DateTime dateCreate ) : List |
||
FindPagesBeginingWith ( System.Guid siteID, string sFolderPath ) : List |
||
FixBlogNavOrder ( System.Guid siteID ) : void | ||
GetAllLatestBlogList ( System.Guid siteID ) : List |
||
GetAllLatestContentList ( System.Guid siteID ) : List |
||
GetBlogHeadingFromURL ( |
||
GetChildNavigation ( System.Guid siteID, System.Guid ParentID, bool bActiveOnly ) : List |
||
GetChildNavigation ( System.Guid siteID, string sParentPage, bool bActiveOnly ) : List |
||
GetContentByDateRange ( System.Guid siteID, System.DateTime dateMidpoint, int iDayRange, |
||
GetCurrentEditUser ( System.Guid rootContentID, System.Guid siteID ) : System.Guid | ||
GetEmptyHome ( ) : |
||
GetFilteredContentPagedCount ( |
||
GetFilteredContentPagedList ( |
||
GetLatest ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageNumber ) : List |
||
GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber ) : List |
||
GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageNumber, string sortField, string sortDir ) : List |
||
GetLatestContentByURL ( System.Guid siteID, bool bActiveOnly, string sPage ) : |
||
GetLatestContentList ( System.Guid siteID, bool bActiveOnly ) : List |
||
GetLatestContentPagedList ( System.Guid siteID, |
||
GetLatestContentPagedList ( System.Guid siteID, |
||
GetLatestContentPagedList ( System.Guid siteID, |
||
GetLatestContentPagedList ( System.Guid siteID, |
||
GetLatestPosts ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
GetMaxNavOrder ( System.Guid siteID ) : int | ||
GetPageHierarchy ( System.Guid siteID, System.Guid rootContentID ) : List |
||
GetPagedSortedContent ( System.Guid siteID, |
||
GetParentWithChildNavigation ( System.Guid siteID, System.Guid ParentID, bool bActiveOnly ) : List |
||
GetPopularTemplateList ( System.Guid siteID, |
||
GetPostsByDateRange ( System.Guid siteID, System.DateTime dateMidpoint, int iDayRange, bool bActiveOnly ) : List |
||
GetSamplerView ( ) : |
||
GetSiteContentCount ( System.Guid siteID ) : int | ||
GetSitePageCount ( System.Guid siteID, |
||
GetSitePageCount ( System.Guid siteID, |
||
GetSiteSnippetCount ( System.Guid siteID ) : int | ||
GetTopNavigation ( System.Guid siteID, bool bActiveOnly ) : List |
||
GetVersion ( System.Guid siteID, System.Guid contentID ) : |
||
GetVersionHistory ( System.Guid siteID, System.Guid rootContentID ) : List |
||
IsPageLocked ( |
||
IsPageLocked ( System.Guid rootContentID, System.Guid siteID ) : bool | ||
IsPageLocked ( System.Guid rootContentID, System.Guid siteID, System.Guid currentUserID ) : bool | ||
MarkSelectedPublished ( System.Guid siteID, List |
||
PerformDataPagingQueryableContent ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir, IQueryable |
||
RecordHeartbeatLock ( System.Guid rootContentID, System.Guid siteID, System.Guid currentUserID ) : bool | ||
RecordPageLock ( System.Guid rootContentID, System.Guid siteID, System.Guid currentUserID ) : bool | ||
RemoveContent ( System.Guid siteID, System.Guid rootContentID ) : void | ||
RemoveVersions ( System.Guid siteID, List |
||
ResetHeartbeatLock ( System.Guid rootContentID, System.Guid siteID, System.Guid currentUserID ) : void | ||
ResolveDuplicateBlogURLs ( System.Guid siteID ) : void | ||
ScrubFilename ( System.Guid rootContentID, string fileName ) : string | ||
ScrubFilename ( string fileName ) : string | ||
ScrubPath ( string filePath ) : string | ||
ScrubSlug ( string slugValue ) : string | ||
UpdateAllBlogTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
UpdateAllContentTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
UpdateAllPageTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
UpdateSubPageTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
UpdateTopPageTemplates ( System.Guid siteID, string sTemplateFile ) : void |
Method | Description | |
---|---|---|
GetPagesBeginingWith ( System.Guid siteID, string sFolderPath ) : IQueryable |
||
GetPagesEquals ( System.Guid siteID, string sFolderPath ) : IQueryable |
||
ScrubFilePath ( string filePath ) : string | ||
ScrubSpecial ( string sInput ) : string |
public BulkBlogFileNameUpdateFromDate ( System.Guid siteID ) : void | ||
siteID | System.Guid | |
return | void |
public BulkUpdateTemplate ( System.Guid siteID, List |
||
siteID | System.Guid | |
lstUpd | List |
|
sTemplateFile | string | |
return | void |
public static CreateBlogDatePrefix ( System.Guid siteID, System.DateTime goLiveDate ) : string | ||
siteID | System.Guid | |
goLiveDate | System.DateTime | |
return | string |
public static CreateFileNameFromSlug ( System.Guid siteID, System.DateTime goLiveDate, string PageSlug ) : string | ||
siteID | System.Guid | |
goLiveDate | System.DateTime | |
PageSlug | string | |
return | string |
public ExistingPagesBeginWith ( System.Guid siteID, string sFolderPath ) : bool | ||
siteID | System.Guid | |
sFolderPath | string | |
return | bool |
public ExistingPagesBeginWith ( |
||
site | ||
return | bool |
public FindByFilename ( System.Guid siteID, string urlFileName ) : |
||
siteID | System.Guid | |
urlFileName | string | |
return |
public FindByPageSlug ( System.Guid siteID, System.DateTime datePublished, string urlPageSlug ) : |
||
siteID | System.Guid | |
datePublished | System.DateTime | |
urlPageSlug | string | |
return |
public FindContentByID ( System.Guid siteID, System.Guid rootContentID ) : |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
return |
public FindHome ( System.Guid siteID ) : |
||
siteID | System.Guid | |
return |
public FindHome ( System.Guid siteID, bool bActiveOnly ) : |
||
siteID | System.Guid | |
bActiveOnly | bool | |
return |
public FindPageByTitleAndDate ( System.Guid siteID, string sTitle, string sFileNameFrag, System.DateTime dateCreate ) : List |
||
siteID | System.Guid | |
sTitle | string | |
sFileNameFrag | string | |
dateCreate | System.DateTime | |
return | List |
public FindPagesBeginingWith ( System.Guid siteID, string sFolderPath ) : List |
||
siteID | System.Guid | |
sFolderPath | string | |
return | List |
public FixBlogNavOrder ( System.Guid siteID ) : void | ||
siteID | System.Guid | |
return | void |
public GetAllLatestBlogList ( System.Guid siteID ) : List |
||
siteID | System.Guid | |
return | List |
public GetAllLatestContentList ( System.Guid siteID ) : List |
||
siteID | System.Guid | |
return | List |
public GetBlogHeadingFromURL ( |
||
currentSite | ||
sFilterPath | string | |
return | Carrotware.CMS.Core.PageViewType |
public GetChildNavigation ( System.Guid siteID, System.Guid ParentID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
ParentID | System.Guid | |
bActiveOnly | bool | |
return | List |
public GetChildNavigation ( System.Guid siteID, string sParentPage, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
sParentPage | string | |
bActiveOnly | bool | |
return | List |
public GetContentByDateRange ( System.Guid siteID, System.DateTime dateMidpoint, int iDayRange, |
||
siteID | System.Guid | |
dateMidpoint | System.DateTime | |
iDayRange | int | |
pageType | ||
bActive | bool | |
bSiteMap | bool | |
bSiteNav | bool | |
bBlock | bool | |
return | List |
public GetCurrentEditUser ( System.Guid rootContentID, System.Guid siteID ) : System.Guid | ||
rootContentID | System.Guid | |
siteID | System.Guid | |
return | System.Guid |
public GetFilteredContentPagedCount ( |
||
currentSite | ||
sFilterPath | string | |
bActiveOnly | bool | |
return | int |
public GetFilteredContentPagedList ( |
||
currentSite | ||
sFilterPath | string | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
return | List |
public GetLatest ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
bActiveOnly | bool | |
return | List |
public GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageNumber ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageNumber | int | |
return | List |
public GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
return | List |
public GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
return | List |
public GetLatestBlogPagedList ( System.Guid siteID, bool bActiveOnly, int pageNumber, string sortField, string sortDir ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
return | List |
public GetLatestContentByURL ( System.Guid siteID, bool bActiveOnly, string sPage ) : |
||
siteID | System.Guid | |
bActiveOnly | bool | |
sPage | string | |
return |
public GetLatestContentList ( System.Guid siteID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
return | List |
public GetLatestContentPagedList ( System.Guid siteID, |
||
siteID | System.Guid | |
postType | ||
bActiveOnly | bool | |
pageNumber | int | |
return | List |
public GetLatestContentPagedList ( System.Guid siteID, |
||
siteID | System.Guid | |
postType | ||
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
return | List |
public GetLatestContentPagedList ( System.Guid siteID, |
||
siteID | System.Guid | |
postType | ||
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
return | List |
public GetLatestContentPagedList ( System.Guid siteID, |
||
siteID | System.Guid | |
postType | ||
bActiveOnly | bool | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
return | List |
public GetLatestPosts ( System.Guid siteID, int iUpdates, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
iUpdates | int | |
bActiveOnly | bool | |
return | List |
public GetMaxNavOrder ( System.Guid siteID ) : int | ||
siteID | System.Guid | |
return | int |
public GetPageHierarchy ( System.Guid siteID, System.Guid rootContentID ) : List |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
return | List |
public GetPagedSortedContent ( System.Guid siteID, |
||
siteID | System.Guid | |
entryType | ||
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sSortParm | string | |
return | List |
public GetParentWithChildNavigation ( System.Guid siteID, System.Guid ParentID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
ParentID | System.Guid | |
bActiveOnly | bool | |
return | List |
public GetPopularTemplateList ( System.Guid siteID, |
||
siteID | System.Guid | |
pageType | ||
return | float>.Dictionary |
public GetPostsByDateRange ( System.Guid siteID, System.DateTime dateMidpoint, int iDayRange, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
dateMidpoint | System.DateTime | |
iDayRange | int | |
bActiveOnly | bool | |
return | List |
public static GetSamplerView ( ) : |
||
return |
public GetSiteContentCount ( System.Guid siteID ) : int | ||
siteID | System.Guid | |
return | int |
public GetSitePageCount ( System.Guid siteID, |
||
siteID | System.Guid | |
entryType | ||
return | int |
public GetSitePageCount ( System.Guid siteID, |
||
siteID | System.Guid | |
entryType | ||
bActiveOnly | bool | |
return | int |
public GetSiteSnippetCount ( System.Guid siteID ) : int | ||
siteID | System.Guid | |
return | int |
public GetTopNavigation ( System.Guid siteID, bool bActiveOnly ) : List |
||
siteID | System.Guid | |
bActiveOnly | bool | |
return | List |
public GetVersion ( System.Guid siteID, System.Guid contentID ) : |
||
siteID | System.Guid | |
contentID | System.Guid | |
return |
public GetVersionHistory ( System.Guid siteID, System.Guid rootContentID ) : List |
||
siteID | System.Guid | |
rootContentID | System.Guid | |
return | List |
public IsPageLocked ( |
||
cp | ||
return | bool |
public IsPageLocked ( System.Guid rootContentID, System.Guid siteID ) : bool | ||
rootContentID | System.Guid | |
siteID | System.Guid | |
return | bool |
public IsPageLocked ( System.Guid rootContentID, System.Guid siteID, System.Guid currentUserID ) : bool | ||
rootContentID | System.Guid | |
siteID | System.Guid | |
currentUserID | System.Guid | |
return | bool |
public MarkSelectedPublished ( System.Guid siteID, List |
||
siteID | System.Guid | |
lstUpd | List |
|
selField | UpdateField | |
return | void |
public PerformDataPagingQueryableContent ( System.Guid siteID, bool bActiveOnly, int pageSize, int pageNumber, string sortField, string sortDir, IQueryable |
||
siteID | System.Guid | |
bActiveOnly | bool | |
pageSize | int | |
pageNumber | int | |
sortField | string | |
sortDir | string | |
QueryInput | IQueryable |
|
return | List |
public RecordHeartbeatLock ( System.Guid rootContentID, System.Guid siteID, System.Guid currentUserID ) : bool | ||
rootContentID | System.Guid | |
siteID | System.Guid | |
currentUserID | System.Guid | |
return | bool |
public RecordPageLock ( System.Guid rootContentID, System.Guid siteID, System.Guid currentUserID ) : bool | ||
rootContentID | System.Guid | |
siteID | System.Guid | |
currentUserID | System.Guid | |
return | bool |
public RemoveContent ( System.Guid siteID, System.Guid rootContentID ) : void | ||
siteID | System.Guid | |
rootContentID | System.Guid | |
return | void |
public RemoveVersions ( System.Guid siteID, List |
||
siteID | System.Guid | |
lstDel | List |
|
return | void |
public ResetHeartbeatLock ( System.Guid rootContentID, System.Guid siteID, System.Guid currentUserID ) : void | ||
rootContentID | System.Guid | |
siteID | System.Guid | |
currentUserID | System.Guid | |
return | void |
public ResolveDuplicateBlogURLs ( System.Guid siteID ) : void | ||
siteID | System.Guid | |
return | void |
public static ScrubFilename ( System.Guid rootContentID, string fileName ) : string | ||
rootContentID | System.Guid | |
fileName | string | |
return | string |
public static ScrubFilename ( string fileName ) : string | ||
fileName | string | |
return | string |
public static ScrubPath ( string filePath ) : string | ||
filePath | string | |
return | string |
public static ScrubSlug ( string slugValue ) : string | ||
slugValue | string | |
return | string |
public UpdateAllBlogTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
siteID | System.Guid | |
sTemplateFile | string | |
return | void |
public UpdateAllContentTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
siteID | System.Guid | |
sTemplateFile | string | |
return | void |
public UpdateAllPageTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
siteID | System.Guid | |
sTemplateFile | string | |
return | void |
public UpdateSubPageTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
siteID | System.Guid | |
sTemplateFile | string | |
return | void |
public UpdateTopPageTemplates ( System.Guid siteID, string sTemplateFile ) : void | ||
siteID | System.Guid | |
sTemplateFile | string | |
return | void |