CatalogConnectionSettings class

Stores configuration information for the PublishingCatalogUtility object that is connected to a SPSite object.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CatalogConnectionSettings

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class CatalogConnectionSettings
'Usage
Dim instance As CatalogConnectionSettings
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class CatalogConnectionSettings

Remarks

Catalog connection settings include information about how the categories of the catalog are integrated with the site collection and how items from the catalog are rendered within a site collection that is connected to this catalog.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

CatalogConnectionSettings members

Microsoft.SharePoint.Publishing namespace