Click or drag to resize
SPDocTypeMapping Constructor (String, String, String)
Constructor

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 8.2.23
Syntax
C#
public SPDocTypeMapping(
	string aliasPath,
	string culture,
	string spPath
)

Parameters

aliasPath
Type: SystemString
Alias path for which is mapping applied
culture
Type: SystemString
Document culture
spPath
Type: SystemString
Path to SharePoint object
See Also