page types

getPageTypeSkins()

Pixelsilk API function to get the skins object for a page type


getPageTypes()

Pixelsilk API function to get all the page types available stored in the system and the site


addNewPageType()

Pixelsilk API function to create a new page type based on an existing site page type or system page type


deletePageType()

Pixelsilk API function to delete a page type


getPageTypeFields()

Pixelsilk API function to get the fields in a page type


checkValidNewPageTypeField()

Pixelsilk API function to verify that a field name does not conflict with another field or control


addPageTypeField()

Pixelsilk API function to add a new field to a page type--calls the other method by the same name


addPageTypeField()

Pixelsilk API function to add a new field to a page type


deletePageTypeField()

Pixelsilk API function to delete a field from a page type


updatePageTypeField()

Pixelsilk API function to save changes to a page type's field


getPageTypeFieldValues()

Pixelsilk API function to get the values for a page type (choices in a drop-down, for example)


addPageTypeFieldValue()

Pixelsilk API function to add a value to a field's values


updatePageTypeFieldValue()

Pixelsilk API function to modify one of a field's values


movePageTypeFieldValueInsertBefore()

Pixelsilk API function to change the field's list order when a value is dragged to above another value


movePageTypeFieldValueInsertBefore()

Pixelsilk API function to change the field's list order when a value is dragged to above another value


deletePageTypeFieldValue()

Pixelsilk API function to delete one of a field's values


updatePageType()

Pixelsilk API function to edit a page type's properties


copyPageType()

Pixelsilk API function to make a copy of a page type