Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the current stage of the content type syndication process.
Namespace: Microsoft.SharePoint.Taxonomy.ContentTypeSync
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Enumeration SyndicationStatus
'Usage
Dim instance As SyndicationStatus
public enum SyndicationStatus
Members
Member name | Description | |
---|---|---|
None | Indicates that the content type syndication has not started. | |
Publishing | Indicates that a content type is being published on the hub site. | |
TimeStampRetrieving | Indicates that the subscriber timer job is getting the time stamp on a subscriber site | |
PackageRetrieving | Indicates that the subscriber timer job is getting published packages for a subscriber site | |
Importing | Indicates that the subscriber timer job is importing published packages into a subscriber site | |
ImportingContentType | Indicates that the subscriber timer job is importing published content types into a subscriber site. | |
ImportingNonContentType | Indicates that the subscriber timer job is importing published objects other than content types into a subscriber site. | |
ContentTypeUnsharing | Indicates that the subscriber timer job is marking a content type as not syndicated on a subscriber site. | |
PreCheck | Indicates that the subscriber timer job is checking the subscriber site before importing content type data. | |
SiteRefreshing | Indicates that the subscriber timer job is getting the latest version of the subscriber site. | |
WorkflowImporting | Indicates that the subscriber timer job is importing the workflow associations for the content type. | |
ContentTypePolicyDirtyBagUpdating | Indicates that the subscriber timer job is updating the policy dirty property bag of the content type. | |
ContentTypeSealing | Indicates that the subscriber timer job is making the content type read-only. | |
TimeStampUpdating | Indicates that the subscriber timer job is updating the time stamp on a subscriber site. | |
LogTrimming | Indicates that the subscriber term job is trimming content type publishing log. | |
LogSynchronizing | Indicates that the hub timer job is populating the application log list on the hub site. | |
Unpublishing | Indicates that the content type is being unpublished on the hub site. | |
Failed | Indicates that a content type is failed to be published or unpublished on the hub site. | |
Succeeded | Indicates that a subscriber site has successfully syndicated content types. |