Site.GetCatalog メソッド
Specifies the list template gallery, site template gallery, Web Part gallery, master page gallery, or other galleries from the site collection, including custom galleries that are defined by users.
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Function GetCatalog ( _
typeCatalog As Integer _
) As List
'使用
Dim instance As Site
Dim typeCatalog As Integer
Dim returnValue As List
returnValue = instance.GetCatalog(typeCatalog)
public List GetCatalog(
int typeCatalog
)
パラメーター
typeCatalog
型: System.Int32Specifies the list template type for the gallery.
戻り値
型: Microsoft.SharePoint.Client.List
Returns a List instance representing the list template type for the gallery.
注釈
This method requires permissions to the top-level site of the site collection, which is where the galleries are located.