PublishingCatalogSourceField class

Provides an extended URL field that represents the path (URL) as stored in the search index.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldUrl
      Microsoft.SharePoint.Publishing.Fields.PublishingCatalogSourceField

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class PublishingCatalogSourceField _
    Inherits SPFieldUrl
'Usage
Dim instance As PublishingCatalogSourceField
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class PublishingCatalogSourceField : SPFieldUrl

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

PublishingCatalogSourceField members

Microsoft.SharePoint.Publishing.Fields namespace