Link, élément (DeploymentManifest)
S’applique à : SharePoint 2016 | SharePoint Foundation 2013 | SharePoint En ligne | SharePoint Server 2013
Représente une instance d’un objet SharePoint Foundation(SPLink).
Définition
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>
Type
Éléments et attributs
Les sections suivantes décrivent les attributs, les éléments enfants et les éléments parents.
Attributs
| Attribut | Type | Description |
|---|---|---|
| TargetId |
Type simple de GUID (DeploymentManifest) |
Requis. Identifiant de la cible du lien. |
| TargetUrl |
xs:string |
Requis. URL représentée par le lien. |
| IsDirty |
xs:boolean |
Requis. Spécifie si la valeur du lien a été modifiée ; true si c'est le cas, sinon false. |
| WebPartId |
Type simple de GUID (DeploymentManifest) |
Facultatif. Identificateur unique du site web dans lequel le lien est situé. |
| LinkNumber |
xs:int |
Facultatif. Numéro d'identification du lien, le cas échéant. |
| Type |
xs:unsignedByte |
Facultatif. |
| Sécurité |
xs:unsignedByte |
Facultatif. |
| Dynamic |
xs:unsignedByte |
Facultatif. |
| ServerRel |
xs:boolean |
Facultatif. Spécifie si le lien est une URL relative à un serveur ; true si c'est le cas, sinon false. |
| Level |
xs:unsignedByte |
Facultatif. |
| Recherche |
xs:string |
Facultatif. |
Éléments enfants
Aucun
Éléments parents
Links, élément (DeploymentManifest - SPFile)