Gets the CContentProducer for the associated CWebUser if one exists.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static CContentProducer GetContentProducer(
	CWebUser user
)
Visual Basic (Declaration)
Public Shared Function GetContentProducer ( _
	user As CWebUser _
) As CContentProducer
Visual C++
public:
static CContentProducer^ GetContentProducer(
	CWebUser^ user
)

Parameters

user
Type: Asi.iBO.ContentManagement..::.CWebUser
The CWebUser for which the CContentProducer is being requesting.

Return Value

A CContentProducer if one exists for the requested user, null otherwise.

See Also