CatalogShareSettings class

Settings for connecting to and consuming a shared publishing catalog that is used for rendering on another site.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CatalogShareSettings

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 CatalogShareSettings
'Usage
Dim instance As CatalogShareSettings
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class CatalogShareSettings

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

CatalogShareSettings members

Microsoft.SharePoint.Publishing namespace

PublishingCatalogUtility.GetCatalogConfiguration