SchemaDesignerServices Class |
Namespace: IngeniuxCMService
The SchemaDesignerServices type exposes the following members.
Name | Description | |
---|---|---|
SchemaDesignerServices | Initializes a new instance of the SchemaDesignerServices class |
Name | Description | |
---|---|---|
AddFavoriteSchemaField |
Creates a new Schema Favorite entry
| |
DeleteSchemas |
Deletes a collection of Schemas by their unique Ids
| |
GetContentUnits |
Retrieves a list of Content Units, based on the filtering data
| |
GetFavoriteSchemaFields |
Retrieves the collection of Schema Field Favorites.
Favorites are collection Fields with information of each Field already populated. The purpose of favorites is to place a group of fields that are used often across Schemas conveniently.
| |
GetSchemaAssets | ||
GetSchemaChangeEfforts |
Calculated the change efforts for given Pages to be updated based the latest version of their Schema. Change efforts are used to measure the differences between Page content and its latest version Schema content.
| |
GetSchemaChangeEffortsForComponentEmbeds |
Calculates the change efforts for given Component embeds to be updated based the latest version of their Schema. Change efforts are used to measure the differences between Component Embed content and its latest version Schema content.
| |
GetSchemaChangeEffortsForComponentUnit |
Calculates the change efforts for given Component content units to have their Component embed content updated based the latest version of their Schema. Change efforts are used to measure the differences between Component embed content and its latest version Schema content.
| |
GetSchemaComponentContentUnits | ||
GetSchemaComponentEmbeds | ||
GetSchemaDetails |
Retrieves full details of a single Schema
| |
GetSchemaFieldCandidates |
Gets all Field types as candidates for Schema construction. The collection is grouped by purpose or application of the Field type.
| |
GetSchemaOutofSyncAssets |
Retrieves the out of sync Pages created with given Schema. Out of sync Pages are Pages referring previous versions of the Schema
| |
GetSchemaOutofSyncComponentContentUnits |
Retrieves the Component Content Units that contains out of sync component embed content, that were based on given Schema. Out of sync embed component are component embed content referring previous versions of the Schema
| |
GetSchemaOutOfSyncComponentEmbeds |
Retrieves the out of sync component embed content, that were based on given Schema. Out of sync embed component are component embed content referring previous versions of the Schema
| |
GetSchemaOutofSyncPages |
Retrieves the out of sync Pages created with given Schema. Out of sync Pages are Pages referring previous versions of the Schema
| |
GetSchemaPages | ||
GetSchemas |
Retrieves listing of all Schemas. They are grouped into Page Schemas, Component Schemas and invalid Schemas
| |
GetSchemasSimple |
Retrieves collection of basic information of all Schemas, grouped into Page Schemas and Component Schemas
| |
RemoveFavoriteSchemaField |
Removes a Schema Field Favorite entry
| |
SaveSchema |
Creates/updates a single Schema
| |
SetBlockedUserGroupsToSchema |
Sets the listing of User Groups that are not allowed to use
the specified Schema or Asset Schema
| |
SyncComponentEmbedsToSchema |
Synchronizes specified Component Embeds to the latest version of their Schema. This operations will update the Pages the component embeds reside at, based on the component schemas, by
adding and removing fields to match the new Schema version. It will leave all the presentation related fields in the component embeds alone.
| |
SyncComponentUnitsToSchema |
Synchronizes specified Component content units' component embeds to the latest version of their Schema. This operations will update the Content units the component embeds reside at,
based on the component schemas, by adding and removing fields to match the new Schema version.
| |
SyncPagesToSchema |
Synchronizes specified Pages to the latest version of their Schema. This operations will update Pages based on the Schema, but
adding and removing fields to match the new Schema version. It will not touch any element or attribute values of the Pages.
| |
ToggleFavoriteAvailability |
Toggles whether the Schema Field Favorite entry is available to everybody, or only the creator.
| |
UploadSchemas |
Uploads to create or update a Schema with a schema xml file. Can choose whether to update existing schema,
and whether to skip draft mode
| |
UploadThumbnail |
Uploads a thumbnail image for a given schema
|