ContentUnitInstanceAddEventArgsContentUnit Property
|
Gets/sets the base Content Unit used to create the new Content Unit Instance
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxpublic IContentUnit ContentUnit { get; set; }Public Property ContentUnit As IContentUnit
Get
Set
public:
property IContentUnit^ ContentUnit {
IContentUnit^ get ();
void set (IContentUnit^ value);
}member ContentUnit : IContentUnit with get, set
Property Value
IContentUnit
See Also