Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
(AppHostWebFeatures)
Nota:
La cadena app aparece como parte de o todos los nombres de elemento, atributo y archivo porque los complementos de SharePoint se denominaron originalmente "aplicaciones para SharePoint". Para garantizar la compatibilidad con versiones anteriores, no se han cambiado los esquemas.
Información de tipos
| Nombre | Valor |
|---|---|
| Namespace | http://schemas.microsoft.com/sharepoint/ |
| Archivo de esquema | apphostwebfeatures.xsd |
| Base de extensión | Ninguno |
Definición
<xs:complexType name="CustomActionDefinition">
<xs:all>
<xs:element name="UrlAction" type="UrlActionDefinition" minOccurs="0" maxOccurs="1"></xs:element>
<xs:element name="CommandUIExtension" type="CommandUIExtensionType" minOccurs="0" maxOccurs="1"></xs:element>
</xs:all>
<xs:attribute name="Description" type="LocalizableString" />
<xs:attribute name="GroupId" type="xs:string" />
<xs:attribute name="Id" type="UniqueIdentifier" />
<xs:attribute name="ImageUrl" type="LocalizableString" />
<xs:attribute name="Location" type="CustomActionLocations" use="optional" />
<xs:attribute name="RegistrationType" type="CustomActionRegistrationType" />
<xs:attribute name="RegistrationId" type="xs:string" />
<xs:attribute name="RequireSiteAdministrator" type="TRUEFALSE" />
<xs:attribute name="Rights" type="xs:string" />
<xs:attribute name="Sequence" type="Sequence" />
<xs:attribute name="ShowInReadOnlyContentTypes" type="TRUEFALSE" />
<xs:attribute name="ShowInSealedContentTypes" type="TRUEFALSE" />
<xs:attribute name="Title" type="LocalizableString" />
<xs:attribute name="UIVersion" type="UIVersion" />
<xs:attribute name="HostWebDialog" type="TRUEFALSE" use="optional" />
<xs:attribute name="HostWebDialogHeight" type="xs:int" use="optional" />
<xs:attribute name="HostWebDialogWidth" type="xs:int" use="optional" />
</xs:complexType>
Elementos y atributos
Si el esquema define requisitos específicos, como sequence, minOccurs, maxOccurs y choice, consulte la sección de definición.
Elementos secundarios
Elemento |
Tipo |
Descripción |
|---|---|---|
Atributos
Atributo |
Tipo |
Obligatorio |
Descripción |
Posibles valores |
|---|---|---|---|---|
Descripción |
LocalizableString |
opcional |
Valores del tipo LocalizableString. |
|
GroupId |
xs:string |
opcional |
Valores del tipo xs:string. |
|
HostWebDialog |
TRUEFALSE |
opcional |
Valores del tipo TRUEFALSE. |
|
HostWebDialogHeight |
xs:int |
opcional |
Valores del tipo xs:int. |
|
HostWebDialogWidth |
xs:int |
opcional |
Valores del tipo xs:int. |
|
Id |
Uniqueidentifier |
opcional |
Valores del tipo UniqueIdentifier. |
|
Imageurl |
LocalizableString |
opcional |
Valores del tipo LocalizableString. |
|
Ubicación |
opcional |
Valores del tipo CustomActionLocations. |
||
RegistrationId |
xs:string |
opcional |
Valores del tipo xs:string. |
|
RegistrationType |
opcional |
Valores del tipo CustomActionRegistrationType. |
||
RequireSiteAdministrator |
TRUEFALSE |
opcional |
Valores del tipo TRUEFALSE. |
|
Rights |
xs:string |
opcional |
Valores del tipo xs:string. |
|
Secuencia |
Secuencia |
opcional |
Valores del tipo De secuencia. |
|
ShowInReadOnlyContentTypes |
TRUEFALSE |
opcional |
Valores del tipo TRUEFALSE. |
|
ShowInSealedContentTypes |
TRUEFALSE |
opcional |
Valores del tipo TRUEFALSE. |
|
Cargo |
LocalizableString |
opcional |
Valores del tipo LocalizableString. |
|
UIVersion |
opcional |
Valores del tipo UIVersion. |