IContentUnitCheckInBuiltInView Method
|
Checks in the built-in View
Asset, to specified
Publishing Targets.
The view is only effective on published content after check in.
This method will mark the View Asset for publish for the specified targets on its latest version.
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void CheckInBuiltInView(
IEnumerable<IPublishingTarget> publishingTargets,
string comments = ""
)
Sub CheckInBuiltInView (
publishingTargets As IEnumerable(Of IPublishingTarget),
Optional comments As String = ""
)
void CheckInBuiltInView(
IEnumerable<IPublishingTarget^>^ publishingTargets,
String^ comments = L""
)
abstract CheckInBuiltInView :
publishingTargets : IEnumerable<IPublishingTarget> *
?comments : string
(* Defaults:
let _comments = defaultArg comments ""
*)
-> unit
Parameters
- publishingTargets
- Type: System.Collections.GenericIEnumerableIPublishingTarget
The Publishing Targets to check the built-in View Asset to - comments (Optional)
- Type: SystemString
Check in comments
See Also