The IPublishingManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddProfile |
Adds a new blank Publishing Profile.
|
|
AddRedirect |
Adds a new Redirect entry
|
|
AddReplicationTaskMonitor |
Creates a new Replication Task Monitor for a Replication Target
to track the replication progress for this target.
|
|
AddSearchFieldGlobalException |
Adds a new InSite Search Field Exception that applies to all page types.
|
|
AddSearchSchemaException |
Adds a new InSite Search Schema Exception.
|
|
AddTarget |
Creates a new Publishing Target.
|
|
CreateSearchConfig | ||
CreateTask |
Creates a new publishing task and pushes this task into publishing queue.
Tasks in the queue are executed in sequence and purged after being executed.
|
|
DeepCloneT, TManager |
Duplicates an object instance, not including its unique ID.
(Inherited from ITransactionalEntity.) |
|
DeleteSearchConfig | ||
GetSearchConfig | ||
Profile |
Retrieves a Publishing Profile by its unique ID.
|
|
Profiles(String) |
Retrieves a collection of Publishing Profiles by their unique IDs.
|
|
Profiles(Int32, Int32, Int32) |
Retrieves the collection of all Publishing Profiles.
|
|
ProfilesCount |
Gets the count of Publishing Profiles.
|
|
PublishingProfilesSerialize |
Produces the XML serialization of the Publishing Profiles collection.
The result matches the XML format of PublishingProfiles.xml prior to CMS 9.0.
|
|
PublishingTargetsSerialize |
Produces the XML serialization of the Publishing Targets collection. The result matches the XML format of publishingTargets.xml prior to CMS 9.0.
|
|
QuickWrite |
Creates a temporary Write Session to quickly write something outside the current Session and transaction.
This is a way to bypass the transaction and quickly put something into the content store.
(Inherited from ITransactionalEntity.) |
|
Redirect |
Retrieves a Redirect entry by its unique ID.
|
|
Redirects |
Retrieves the collection of runtime Redirect entries in a paginated manner.
|
|
RemoveProfile |
Removes a Publishing Profile from the collection.
|
|
RemoveRedirect |
Removes a Redirect entry by its unique ID.
|
|
RemoveReplicationTaskMonitor |
Removes a Replication Task Monitor by a specified unique ID.
|
|
RemoveSearchFieldGlobalException |
Removes a InSite Search Field Exception that applies to all page types.
|
|
RemoveSearchSchemaException(ISchema) |
Removes InSite Search Schema Exception entry for specified Schema.
|
|
RemoveSearchSchemaException(ISearchSchemaException) |
Removes a InSite Search Schema Exception entry.
|
|
RemoveTarget |
Removes a Publishing Targets.
|
|
RemoveTask |
Removes a pending Publishing Task.
|
|
ReplicationTaskMonitor |
Retrieves a Replication Task Monitor by its unique ID.
|
|
ReplicationTaskMonitors |
Retrieves the collection of Replication Task Monitors.
|
|
Replicators |
Retrieves the collection of Replicators. Each replicator belongs to a Publishing Target.
|
|
SearchFieldGlobalExceptions |
Retrieves a collection of the InSite Search Field Exception entries that apply to all page types.
|
|
SearchFieldGlobalExceptionsCount |
Gets the count of InSite Search Field Exceptions that apply to all page types.
|
|
SearchSchemaExceptions |
Retrieves a collection of InSite Search Schema Exception entries.
|
|
SearchSchemaExceptionsCount |
Retrieves the count of InSite Search Schema Exception entries for all or specific Publishing Targets.
|
|
SerializeRedirects |
Produces XML serialization of the Redirect entries that apply to the given Publishing Target.
The Dynamic Site Server depends on the results of this serialization to control redirects.
|
|
Target |
Retrieves a Publishing Target by its unique ID.
|
|
Targets(String) |
Retrieves a collection of Publishing Targets, by their unique IDs.
|
|
Targets(Int32, IPublishingProfile, Int32, Int32) |
Retrieves either the collection of all Publishing Targets
or the collection of publishing targets that belongs to the specified
Publishing Profile.
|
|
TargetsCount |
Gets the count of Publishing Targets.
|
|
Task |
Retrieves a Publishing Task by its unique ID.
|
|
TaskMonitor |
Retrieves a Publishing task monitor by its unique ID.
|
|
TaskMonitors |
Retrieves the collection of Publishing Task Monitors that are used to monitor the
status of pending and ongoing Publishing Tasks.
|
|
TasksCount |
Retrieves the number of pending and ongoing Publishing Tasks.
|
|
UpdateRedirect |
Update the given Redirect with new content.
|
|
UrlMap |
Retrieves a URL Maps Collection by its unique ID.
|
|
UrlMaps |
Retrieves all URL Map Collections
|
See Also