IContentItemCheckInSingleWithNoValidateOnProfile Method
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void CheckInSingleWithNoValidateOnProfile(
IPublishingProfile profile,
string comments = ""
)
Sub CheckInSingleWithNoValidateOnProfile (
profile As IPublishingProfile,
Optional comments As String = ""
)
void CheckInSingleWithNoValidateOnProfile(
IPublishingProfile^ profile,
String^ comments = L""
)
abstract CheckInSingleWithNoValidateOnProfile :
profile : IPublishingProfile *
?comments : string
(* Defaults:
let _comments = defaultArg comments ""
*)
-> unit
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