Click or drag to resize

IContentUnit.CheckInBuiltInView Method


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.

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void CheckInBuiltInView(
	IEnumerable<IPublishingTarget> publishingTargets,
	string comments = ""
)

Parameters

publishingTargets
Type: System.Collections.Generic.IEnumerable<IPublishingTarget>
The Publishing Targets to check the built-in View Asset to
comments (Optional)
Type: System.String
Check in comments
See Also