Click or drag to resize

PresentationsAdminServices Class


Provides the functionalities of managing presentation content units
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServicePresentationsAdminServices

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class PresentationsAdminServices : CMSContentServiceBase

The PresentationsAdminServices type exposes the following members.

Constructors
 NameDescription
Public methodPresentationsAdminServicesInitializes a new instance of the PresentationsAdminServices class
Top
Methods
 NameDescription
Public methodDeleteContentUnits Deletes one or more content units
Public methodFinalizeContentUnitView Checks in the mark for publish the content unit built-in, so it is ready for deployment
Public methodGetComponentContentUnitsPaged 
Public methodGetComponentFragmentInstances Retrieves component content unit fragment instances. A fragment instance is a component associated with a content unit there was shared out from embedded state. They will always have inner layout. They are customized version of the component content unit.
Public methodGetComponentSchemasForMassCreate Retrieves list of available component schemas for mass creating component content units
Public methodGetContentUnitDetails Retrieves the full details of one content unit
Public methodGetContentUnitPreviewData Retrieves preview data for a specific content unit
Public methodGetContentUnits Retrives collections of all content units.
Public methodGetDssViewContent Retrieves the source code of the current view of content unit element, from DSS project, if it exists
Public methodGetFieldContentUnitsPaged 
Public methodMassCreateComponentUnitsFromSchemas Mass creates component content units from given list of schema ids
Public methodRemoveContentUnitView Removes the built-in view of a content unit. Note that this action could break content unit, if the unit doesn't have a view in DSS project
Public methodSaveContentUnit Updates details of a content unit
Public methodSaveContentUnitView Saves the built-in view code of a content unit
Public methodSetBlockedUserGroupsToContentUnit Sets a list of user groups that are not allow to use a given content unit
Public methodUploadThumbnail Uploads a thumbnail imagee for a content unit
Top
See Also