Click or drag to resize
SiteInfoProviderGetDocumentTypeClassPerSite Method
Returns dataSet with document type classes of specified site.

Namespace: CMS.SiteProvider
Assembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 8.2.23
Syntax
C#
public static InfoDataSet<DataClassInfo> GetDocumentTypeClassPerSite(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of site

Return Value

Type: InfoDataSetDataClassInfo
See Also