Click or drag to resize

IContentItemCheckInSingleWithNoValidate Method


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

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void CheckInSingleWithNoValidate(
	IEnumerable<string> pubTargets = null,
	string comments = ""
)

Parameters

pubTargets (Optional)
Type: System.Collections.GenericIEnumerableString
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.
comments (Optional)
Type: SystemString
The comments for the check in. Should be the description of the changes and their purpose.
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