Compartir a través de


: Lists.ApplyContentTypeTemplateToList (Método) (Microsoft.SharePoint.Portal.WebControls)

Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/ApplyContentTypeToList", RequestNamespace:="https://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace:="https://schemas.microsoft.com/sharepoint/soap/", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function ApplyContentTypeTemplateToList ( _
    webUrl As String, _
    contentTypeID As String, _
    listName As String _
) As XmlNode
'Uso
Dim instance As Lists
Dim webUrl As String
Dim contentTypeID As String
Dim listName As String
Dim returnValue As XmlNode

returnValue = instance.ApplyContentTypeTemplateToList(webUrl, contentTypeID, listName)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/ApplyContentTypeToList", RequestNamespace="https://schemas.microsoft.com/sharepoint/soap/", ResponseNamespace="https://schemas.microsoft.com/sharepoint/soap/", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public XmlNode ApplyContentTypeTemplateToList (
    string webUrl,
    string contentTypeID,
    string listName
)

Parámetros

  • webUrl
  • contentTypeID
  • listName

Vea también

Referencia

Lists (Clase)
Lists (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)