C-DEngine 5.105

TheCDEngines..::..MyContentEngine Property

My content engine - quick access to the ContentEngine BREAKING CHAGE: Plugins using this Property have to be recompiled

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static TheContentServiceEngine MyContentEngine { get; set; }
Public Shared Property MyContentEngine As TheContentServiceEngine
	Get
	Set
public:
static property TheContentServiceEngine^ MyContentEngine {
	TheContentServiceEngine^ get ();
	void set (TheContentServiceEngine^ value);
}