application-services-model/src/revision-control.ts
Revision control
Properties |
|
Methods |
|
constructor(data?: any)
|
||||||
|
Parameters :
|
| Optional contentTypeId |
Type : number
|
| Optional initialRevisionsCount |
Type : boolean
|
| Optional keepAllRevisions |
Type : boolean
|
| Optional minorVersioningAllowed |
Type : boolean
|
| Optional recentRevisionsByPeriod |
Type : boolean
|
| Optional recentRevisionsCount |
Type : number
|
| Optional recentRevisionsDuration |
Type : number
|
| Static fromServerResponse | ||||||
fromServerResponse(data?: any)
|
||||||
|
Parameters :
Returns :
RevisionControl
|