de la propiedad SPMobileList.TemplateType
Obtiene o establece el tipo de plantilla subyacente para la lista.
Espacio de nombres: Microsoft.SharePoint.Mobile.WebControls
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Property TemplateType As String
Get
Set
'Uso
Dim instance As SPMobileList
Dim value As String
value = instance.TemplateType
instance.TemplateType = value
public string TemplateType { get; set; }
Valor de propiedad
Tipo: System.String
String que especifica el tipo de plantilla de la lista.
Comentarios
Aunque la propiedad es de tipo String, debe usar una representación de cadena del nombre o el número del tipo de plantilla, tal y como aparece en la enumeración SPListTemplateType .
For custom list templates, you can use the string representation of the type number, such as "10001" or "98765432", or the name, such as "MyCustomListTemplate." The type number is the value of the Type attribute of the <ListTemplate> element in the Elements.xml file that you create for the custom list template. See How to: Create a Custom List Definition. The name is the value of the Name attribute of that same <ListTemplate> element.
Al crear plantillas de lista personalizada, asignar valores de tipo superior a 10000 para asegurarse de que los números no entre en conflicto con los nuevos tipos de plantilla integrada que puede incluir Microsoft con las versiones posteriores de SharePoint Foundation.