Elemento Link (DeploymentManifest)
Aplica-se a: SharePoint 2016 | SharePoint Foundation 2013 | | do SharePoint Online SharePoint Server 2013
Representa uma instância de um objeto SPLink (link do SharePoint Foundation).
Definição
DECLARATION
<xs:element name="Link"
type="SPLink"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Links>
<Link
TargetId="Guid"
TargetUrl="xs:string"
IsDirty="xs:boolean"
WebPartId="Guid"
LinkNumber="xs:int"
Type="xs:unsignedByte"
Security="xs:unsignedByte"
Dynamic="xs:unsignedByte"
ServerRel="xs:boolean"
Level="xs:unsignedByte"
Search="xs:string"
/>
</Links>
Tipo
Elementos e atributos
As seções a seguir descrevem os atributos, os elementos filhos e os elementos pai.
Atributos
Atributo | Tipo | Descrição |
---|---|---|
Targetid |
Guid Simple Type (DeploymentManifest) |
Obrigatório. Identificador do destino do link. |
Targeturl |
xs:string |
Obrigatório. URL representada pelo link. |
Isdirty |
xs:booleano |
Obrigatório. Especifica se o valor do link foi alterado; true se o link tiver sido alterado, caso contrário, false. |
Webpartid |
Guid Simple Type (DeploymentManifest) |
Opcional. Identificador exclusivo da Web Part na qual o link está site. |
LinkNumber |
xs:int |
Opcional. Identificando o número do link, se houver. |
Tipo |
xs:unsignedByte |
Opcional. |
Segurança |
xs:unsignedByte |
Opcional. |
Dynamic |
xs:unsignedByte |
Opcional. |
ServerRel |
xs:booleano |
Opcional. Especifica se o link é uma URL relativa ao servidor; true se o link for relativo ao servidor, caso contrário, false. |
Nível |
xs:unsignedByte |
Opcional. |
Pesquisa |
xs:string |
Opcional. |
Elementos filho
Nenhum
Elementos pai
Elemento Links (DeploymentManifest – SPFile)