Method |
Description |
|
BlogNavAll ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly ) : IQueryable |
|
|
ContentNavAll ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly ) : IQueryable |
|
|
FindHome ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly ) : vw_carrot_Content |
|
|
GetContentByCategoryURL ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly, string sCatURL ) : IQueryable |
|
|
GetContentByTagURL ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly, string sTagURL ) : IQueryable |
|
|
GetContentCountByParent ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.Guid parentContentID, bool bActiveOnly ) : int |
|
|
GetContentCountByParent ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, string parentPage, bool bActiveOnly ) : int |
|
|
GetLatestBlogList ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly ) : IQueryable |
|
|
GetLatestContentByID ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly, System.Guid rootContentID ) : vw_carrot_Content |
|
|
GetLatestContentByParent ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.Guid parentContentID, bool bActiveOnly ) : IQueryable |
|
|
GetLatestContentByParent ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, string parentPage, bool bActiveOnly ) : IQueryable |
|
|
GetLatestContentBySibling ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.Guid rootContentID, bool bActiveOnly ) : IQueryable |
|
|
GetLatestContentBySibling ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, string sPage, bool bActiveOnly ) : IQueryable |
|
|
GetLatestContentByURL ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly, string sPage ) : vw_carrot_Content |
|
|
GetLatestContentList ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly ) : IQueryable |
|
|
GetLatestContentSnippetByID ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly, System.Guid itemID ) : vw_carrot_ContentSnippet |
|
|
GetLatestContentSnippetBySlug ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly, string sItemSlug ) : vw_carrot_ContentSnippet |
|
|
GetLatestContentWithParent ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.Guid parentContentID, bool bActiveOnly ) : IQueryable |
|
|
GetNextPost ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly, System.Guid rootContentID ) : vw_carrot_Content |
|
|
GetOtherNotPage ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.Guid rootContentID, System.Guid parentContentID ) : IQueryable |
|
|
GetPreviousPost ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly, System.Guid rootContentID ) : vw_carrot_Content |
|
|
PostsByDateRange ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.DateTime dateBegin, System.DateTime dateEnd, bool bActiveOnly ) : IQueryable |
|
|
SearchSeriaCache ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, System.Guid userID, System.Guid itemID, string keyType ) : carrot_SerialCache |
|
|
SearchSeriaCache ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid itemID, string keyType ) : carrot_SerialCache |
|
|
TopLevelPages ( Carrotware.CMS.Data.CarrotCMSDataContext ctx, System.Guid siteID, bool bActiveOnly ) : IQueryable |
|
|