Click or drag to resize
PageTemplateWebServiceUrlProvider Constructor
Creates a new instance of PageTemplateWebServiceUrlProvider.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public PageTemplateWebServiceUrlProvider(
	IUserInfo user
)

Parameters

user
Type: CMS.BaseIUserInfo
The user used to authenticate the request.
Exceptions
ExceptionCondition
ArgumentNullExceptionuser is null.
See Also