Click or drag to resize

IContentItemCheckInSingleWithNoValidateOnProfile Method


Checks in the page itself, without applying validations before check-in, toward the Publishing Targets included in the Publishing Profile.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void CheckInSingleWithNoValidateOnProfile(
	IPublishingProfile profile,
	string comments = ""
)

Parameters

profile
Type: Ingeniux.CMSIPublishingProfile
The publishing profile that includes publishing targets toward which to check in the page. If not specified, no publishing target will have marking changed on this page.
comments (Optional)
Type: SystemString
The comments for the check in. Should be the description of the changes and their purpose.
See Also