IContentItemCheckInSingleWithNoValidateOnProfile Method
|
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid CheckInSingleWithNoValidateOnProfile(
IPublishingProfile profile,
string comments = null
)
Sub CheckInSingleWithNoValidateOnProfile (
profile As IPublishingProfile,
Optional comments As String = Nothing
)
void CheckInSingleWithNoValidateOnProfile(
IPublishingProfile^ profile,
String^ comments = nullptr
)
abstract CheckInSingleWithNoValidateOnProfile :
profile : IPublishingProfile *
?comments : string
(* Defaults:
let _comments = defaultArg comments null
*)
-> unit Parameters
- profile IPublishingProfile
- 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 String (Optional)
- The comments for the check in. Should be the description of the changes and their purpose.
See Also