IComponentContentUnit Methods |
The IComponentContentUnit type exposes the following members.
Name | Description | |
---|---|---|
BuiltInView | Retrieves the Asset that contains the content of the "View" for rendering of this. If a Content Unit has a built-in View, it will not seek "View" file in Dynamic Site Server "Views" folder anymore. Built-in view gives Page Builder much more flexibility. Developers of the Content Unit can directly work on the "View", without ever leaving the CMS client. | |
CheckInBuiltInView |
Checks in the built-in View Asset, to specified
Publishing Targets.
The view is only effective on published content after check in.
This method will mark the View Asset for publish for the specified targets on its latest version.
(Inherited from IContentUnit.) | |
CreateBuiltInView |
Creates the built-in View Asset for this Content Unit
(Inherited from IContentUnit.) | |
FragmentInstances |
Retrieves the list of customized versions of this Component Content Unit, that have child layouts.
They are individual Components, that were shared out from the Pages, where instances
of this Component Content Unit were placed.
| |
RemoveBuiltInView |
Removes the built-in View Asset. This action move the Asset to recycle folder,
and unassociate the Content Unit with built-in View
(Inherited from IContentUnit.) | |
SetThumbnail |
Sets the content of thumbnail for this Content Unit
(Inherited from IContentUnit.) | |
UpdateBuildInView |
Updates content of the Built-in View.
(Inherited from IContentUnit.) | |
ValidateData |
Validates this entity's data. Implemented by concrete inheriting types.
(Inherited from IEntity.) | |
ValidateUserPermission |
Validates the user permission on the current entity. Implemented by concrete inheriting types.
It is called automatically upon saving an entity.
(Inherited from IEntity.) |