Checks in the page itself without applying validations before check-in.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
void CheckInSingleWithNoValidate(
IEnumerable<IPublishingTarget> pubTargets = null
)
Sub CheckInSingleWithNoValidate (
Optional pubTargets As IEnumerable(Of IPublishingTarget) = Nothing
)
void CheckInSingleWithNoValidate(
IEnumerable<IPublishingTarget^>^ pubTargets = nullptr
)
abstract CheckInSingleWithNoValidate :
?pubTargets : IEnumerable<IPublishingTarget>
(* Defaults:
let _pubTargets = defaultArg pubTargets null
*)
-> unit
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.
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.
Reference