ContentUnitInstanceAddEventArgsContentUnit Property
|
Gets/sets the base Content Unit used to create the new Content Unit Instance
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public 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
Type:
IContentUnitSee Also