SPObject, élément (DeploymentManifest)
Dernière modification : jeudi 24 septembre 2009
S’applique à : SharePoint Foundation 2010
Dans cet article
Type
Attributs
Éléments enfants
Éléments parents
Représente une instance d'un objet Windows SharePoint Services 3.0 de niveau supérieur (SPGenericObject).
DECLARATION
<xs:element name="SPObject"
type="SPGenericObject"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<SPObjects>
<SPObject
ObjectType="SPObjectType"
Id="Guid"
ParentId="Guid"
Name="xs:string"
IsDeleted="xs:boolean"
ParentWebId="Guid"
ParentWebUrl="xs:string"
ContentTypeId="xs:string"
Url="xs:string"
/>
</SPObjects>
Type
SPGenericObject (Object)
Attributs
Attribut |
Type |
Description |
---|---|---|
ObjectType |
Facultatif. Énumération qui fournit des valeurs pour spécifier le type d'objet Windows SharePoint Services 3.0 de niveau supérieur. |
|
Id |
Facultatif. Identificateur unique de l'objet Windows SharePoint Services 3.0. |
|
ParentId |
Facultatif. Identificateur unique de l'objet de déploiement parent. |
|
Name |
xs:string |
Facultatif. Nom de l'objet. |
IsDeleted |
xs:boolean |
Facultatif. Indique si l'objet a été supprimé. |
ParentWebId |
Facultatif. Identificateur unique du site Web parent. |
|
ParentWebUrl |
xs:string |
Facultatif. URL vers le site Web parent. |
ContenTypeId |
xs:string |
Facultatif. Spécifie le type de contenu d'objet. |
Url |
xs:string |
Facultatif. URL vers l'objet. |