The ITabVersionBuilder type exposes the following members.

Methods

  NameDescription
Public methodCreateNewVersion(Int32, Int32)
Creates a new Tab Version checking current portal settings
Public methodCreateNewVersion(Int32, Int32, Int32)
Creates a new Tab Version
Public methodDeleteVersion
Deletes an existing Tab Version
Public methodDiscard
Discards a Tab Version. If the tab only has an unpublished version, the page will keep but with no content and not published.
Public methodGetCurrentModules
Get all Modules Info associated with the last published version of the page
Public methodGetCurrentVersion
Get the current pusblished version of the page
Public methodGetModuleContentLatestVersion
Get the latest version or 1 if module is not versionable
Public methodGetUnPublishedVersion
Get the unpublished version or Null if Tab has not any unpublished version
Public methodGetUnPublishedVersionModules
Get all ModuleInfo objects associated with the unpublished version of a page.
Public methodGetVersionModules
Get all Modules Info associated with an specific version
Public methodPublish
Publish a Tab Version
Public methodRollBackVesion
Rolls back an existing version
Public methodSetupFirstVersionForExistingTab
Setup a first version for existing tab with modules. This method is used to create version 1 for pages created when versioning was not enabled

See Also