Class
CMSCheckinParam |
| |
QuickLinks |
CMSCheckinParam |
Properties
| Property | Type | Access | Description |
checkinComment | string |
readwrite | |
description | string |
readwrite | |
makeThisCurrentVersion | uint |
readwrite | |
version | uint |
readwrite | |
versionLabel | string |
readwrite | |
|
Methods
| ConstructorCMSCheckinParam CMSCheckinParam (version:
uint, versionLabel:
string, description:
string, checkinComment:
string, makeThisCurrentVersion:
uint)
Parameter | Type | Description |
version | uint | |
versionLabel | string | |
description | string | |
checkinComment | string | |
makeThisCurrentVersion | uint | |
Example | new CMSCheckinParam() |
|
Return |
CMSCheckinParam CMSCheckinParam.CMSCheckinParam (version:
uint, versionLabel:
string, description:
string, checkinComment:
string, makeThisCurrentVersion:
uint)
CMSCheckinParam CMSObject.CMSShowCheckinUI (hideUiItems:
int)
|