Click or drag to resize

AssignmentListServices Class


Provides the list of pages assigned to currently logged-in user.
Inheritance Hierarchy
SystemObject
  CMSServicesBase
    CMSContentServiceBase
      IngeniuxCMServiceAssignmentListServices

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults = true)]
[AspNetCompatibilityRequirementsAttribute(RequirementsMode = AspNetCompatibilityRequirementsMode.Allowed)]
public class AssignmentListServices : CMSContentServiceBase

The AssignmentListServices type exposes the following members.

Constructors
  NameDescription
Public methodAssignmentListServices
Initializes a new instance of the AssignmentListServices class
Top
Methods
  NameDescription
Public methodGetAssignmentsList
Retrieves the list of content items (pages and assets) assigned to currently logged-in user
Public methodGetAssignmentsListColumns
Retrieves the columns available for assignments listing
Public methodGetAssignmentsListPageIndex
Retrieves position of specific page in the assignments listing
Top
See Also