IPageCheckInSingleWithNoValidate Method Ingeniux CMS Content Store API

Checks in the page itself without applying validations before check-in.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

void CheckInSingleWithNoValidate(
	IEnumerable<IPublishingTarget> pubTargets = null
)

Parameters

pubTargets (Optional)
Type: System.Collections.GenericIEnumerableIPublishingTarget
Collection of publishing targets on which to check in this page. These publishing targets will mark the page on its latest version. If not specified, no publishing target will mark the page on its latest version.
Remarks

Check-in validations are in place to make sure that the content of checked-in pages meets the criteria to be ready for publishing. Therefore, use this method only when necessary.
See Also

Reference