Click or drag to resize

IContentUnitCheckInBuiltInView 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.5.94
Syntax
void CheckInBuiltInView(
	IEnumerable<IPublishingTarget> publishingTargets,
	string comments = ""
)

Parameters

publishingTargets
Type: System.Collections.GenericIEnumerableIPublishingTarget
The Publishing Targets to check the built-in View Asset to
comments (Optional)
Type: SystemString
Check in comments
See Also