ISitePagesAssignedToUserCount Method Ingeniux CMS Content Store API

Gets the count of Pages assigned to the specified User.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

int PagesAssignedToUserCount(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
The User that Pages are assigned to

Return Value

Type: Int32
Count of Pages assigned to the specified User.
Remarks

When the "user" parameter value is null, returns 0.

See Also

Reference