C# Class Carrotware.CMS.Core.SiteNavHelper

Inheritance: IDisposable, ISiteNavHelper
Mostrar archivo Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Private Properties

Property Type Description
GetEmptyHome SiteNav
GetSamplerFakeNav List
GetSamplerFakeNav List
GetSamplerFakeNav List
GetSamplerFakeNav List
GetSamplerView SiteNav
GetSamplerView SiteNav
GetSiteDirectoryPaths List

Public Methods

Method Description
GetSampleBody ( ) : string
GetSampleBody ( Control X, string sContentSampleNumber ) : string
GetSampleBody ( string sContentSampleNumber ) : string

Private Methods

Method Description
GetEmptyHome ( ) : SiteNav
GetSamplerFakeNav ( ) : List
GetSamplerFakeNav ( System.Guid rootParentID ) : List
GetSamplerFakeNav ( int iCount ) : List
GetSamplerFakeNav ( int iCount, System.Guid rootParentID ) : List
GetSamplerView ( ) : SiteNav
GetSamplerView ( System.Guid rootParentID ) : SiteNav
GetSiteDirectoryPaths ( ) : List

Method Details

GetSampleBody() public static method

public static GetSampleBody ( ) : string
return string

GetSampleBody() public static method

public static GetSampleBody ( Control X, string sContentSampleNumber ) : string
X System.Web.UI.Control
sContentSampleNumber string
return string

GetSampleBody() public static method

public static GetSampleBody ( string sContentSampleNumber ) : string
sContentSampleNumber string
return string