Compartilhar via


PublishingCatalogSourceField classe

Fornece um campo estendido do URL que representa o caminho (URL) como armazenados no índice de pesquisa.

Inheritance hierarchy

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

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

Sintaxe

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

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

PublishingCatalogSourceField membros

Microsoft.SharePoint.Publishing.Fields namespace