Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the list template gallery, site template gallery, or Web Part gallery for the site.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function GetCatalog ( _
typeCatalog As Integer _
) As List
'Usage
Dim instance As Web
Dim typeCatalog As Integer
Dim returnValue As List
returnValue = instance.GetCatalog(typeCatalog)
[RemoteAttribute]
public List GetCatalog(
int typeCatalog
)
Parameters
typeCatalog
Type: System.Int32Specifies the type for the gallery.
Return Value
Type: Microsoft.SharePoint.Client.List
Returns List.
Remarks
The server must return a null reference (Nothing in Visual Basic) if there is no gallery with the specified type or typeCatalog is not a valid ListTemplateType enumeration value.