Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
ContentManager Constructor
See Also 
Telerik.Cms.Engine Namespace > ContentManager Class : ContentManager Constructor


Creates a new instance of ContentManager class with default provider, specified in web.config (telerik/cmsEngine section, property - defaultProvider).

Overload List

OverloadDescription
ContentManager Constructor() Creates a new instance of ContentManager class with default provider, specified in web.config (telerik/cmsEngine section, property - defaultProvider).  
ContentManager Constructor(String) Creates a new instance of ContentManager class with the provider specified by the providerName argument which is passed to this constructor. Use this constructor if you wish to work with data that is not manipulated through the default provider specified in web.config.  
 

 

Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also