PublishingCatalogUtility members
Utilities that publish a list or a library as a publishing catalog for subscription from another site.
The PublishingCatalogUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
GetCatalogConfiguration | Gets catalog configuration information for a shared publishing catalog. |
![]() ![]() |
GetIsFieldValueFriendlyForUrl | Gets a Boolean value that indicates whether the SPField is valid to use to create friendly URLs for items in this catalog. |
![]() ![]() |
GetIsPublishingCatalog | Retrieves whether a SPList object or a library has been shared as a catalog. |
![]() ![]() |
GetPublishingCatalog(SPSite, String) | Retrieves a shared catalog that is available for subscription. |
![]() ![]() |
GetPublishingCatalog(SPSite, String, Guid) | Retrieves a shared catalog that is available for subscription. |
![]() ![]() |
GetPublishingCatalogs | Retrieves shared catalogs that are available for subscription. |
![]() ![]() |
PublishCatalog(SPWeb, SPList, Boolean) | Shares (publishes) a list or library as a publishing catalog for subscription at another site. |
![]() ![]() |
PublishCatalog(SPWeb, SPList, Nullable<Boolean>, IEnumerable<String>, IEnumerable<CatalogTaxonomyFieldSettings>) | Shares (publishes) a list or library as a publishing catalog for subscription at another site. |
![]() ![]() |
PublishCatalog(SPWeb, SPList, Boolean, IEnumerable<SPField>, IEnumerable<TaxonomyField>, TaxonomyField) | Shares (publishes) a list or library as a publishing catalog for subscription at another site. |
![]() ![]() |
UnPublishCatalog | Specifies a list or library to stop sharing as a publishing catalog.. |
Top