Provides functionality related to Mark for Publish and Unmark for Publish actions.
Inheritance Hierarchy
CMSServicesBase
CMSContentServiceBase
IngeniuxCMServiceMarkForPublishServices
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)] [ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)] public class MarkForPublishServices : CMSContentServiceBase
The MarkForPublishServices type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MarkForPublishServices |
Methods
| Name | Description | |
|---|---|---|
| CheckPagesMarkedForTarget |
Similar to the operation "GetPageMarks". However, this operation is geared towards returning mark for publishing information on a perticular Publishing Target.
Also, it's return information is a lot simpler.
| |
| GetPageMarks |
Retrieves the Mark-for-publish information on given page(s)
| |
| GetPublishingSystemObjects |
Retrieves either list of Publishing Targets a given page is marked for; Or list of Publishing Profiles that contains marked Publishing Targets in each profile.
| |
| MarkPages |
Mark/unmark the given Pages for publish on provided Publishing Targets. All Pages will be marked the same way.
| |
| Propagate |
See Also