Adobe FrameMaker-12 Object Model JS: CMSObject
From FrameMaker 12.0
CMSObject
QuickLinks
CMSCancelCheckout, CMSCheckin, CMSCheckout, CMSDelete, CMSDisableCommand, CMSDownloadObject, CMSEnableCommand, CMSGetProperties, CMSGetProperty, CMSOpenFile, CMSSetProperties, CMSSetProperty, CMSShowCancelCheckoutUI, CMSShowCheckinUI, CMSShowCheckoutUI, CMSShowCommonListUI, CMSShowDeleteUI, CMSShowPropertyUI, CMSShowPropertyUIWithTitle, CMSUploadObject, GetProps, ObjectValid, SetPropsMethods
Instances
int CMSCheckin (checkinParam: IdValuePairs)
| Parameter | Type | Description |
|---|---|---|
| checkinParam | IdValuePairs |
int CMSCheckout (rootWithDescendants: bool)
| Parameter | Type | Description |
|---|---|---|
| rootWithDescendants | bool |
int CMSDelete (deleteParams: IdValuePairs)
| Parameter | Type | Description |
|---|---|---|
| deleteParams | IdValuePairs |
void CMSDisableCommand (commandId: int)
| Parameter | Type | Description |
|---|---|---|
| commandId | int |
void CMSEnableCommand (commandId: int)
| Parameter | Type | Description |
|---|---|---|
| commandId | int |
PropVals CMSGetProperties ()
PropVal CMSGetProperty (propertyId: PropIdent)
| Parameter | Type | Description |
|---|---|---|
| propertyId | PropIdent |
Object CMSOpenFile (openParams: IdValuePairs)
| Parameter | Type | Description |
|---|---|---|
| openParams | IdValuePairs |
void CMSSetProperties (propVals: PropVals)
| Parameter | Type | Description |
|---|---|---|
| propVals | PropVals |
void CMSSetProperty (propVal: PropVal)
| Parameter | Type | Description |
|---|---|---|
| propVal | PropVal |
void CMSShowCancelCheckoutUI ()
CMSCheckinParam CMSShowCheckinUI (hideUiItems: int)
| Parameter | Type | Description |
|---|---|---|
| hideUiItems | int |
bool CMSShowCheckoutUI (hideUiItems: int)
| Parameter | Type | Description |
|---|---|---|
| hideUiItems | int |
bool CMSShowCommonListUI (commandId: int, title: string, columnProperties: TypedVals)
| Parameter | Type | Description |
|---|---|---|
| commandId | int | |
| title | string | |
| columnProperties | TypedVals |
CMSDeleteParam CMSShowDeleteUI (hideUiItems: int)
| Parameter | Type | Description |
|---|---|---|
| hideUiItems | int |
CMSProperties CMSShowPropertyUI (props: CMSProperties)
| Parameter | Type | Description |
|---|---|---|
| props | CMSProperties |
CMSProperties CMSShowPropertyUIWithTitle (props: CMSProperties, title: string)
| Parameter | Type | Description |
|---|---|---|
| props | CMSProperties | |
| title | string |
int CMSUploadObject (localFilePath: string)
| Parameter | Type | Description |
|---|---|---|
| localFilePath | string |
PropVals GetProps ()
void SetProps (setVal: PropVals)
| Parameter | Type | Description |
|---|---|---|
| setVal | PropVals |
Return
CMSObject CMSSession.CMSCreateObject ()
CMSObject CMSSession.CMSShowBrowseRepositoryUI (showContainerOnly: bool)
CMSObject CMSSession.GetCMSObjectFromPath (urlPath: string)
| Jongware, 18-Jan-2015 v1.0 | Contents :: Index |