[This is preliminary documentation and is subject to change.]

Create the actual ManagedListItem object based on list type.

Namespace: QPulseWebServices.Core.Utils.ManagedLists
Assembly: QPulseWebServices (in QPulseWebServices.dll) Version: 2.100.7610.0

Syntax

C#
public static ManagedListItemBase Create(
	ManagedListItemType listType
)

Parameters

listType
Type: QPulseWebServices.Contracts.Data..::..ManagedListItemType

[Missing <param name="listType"/> documentation for "M:QPulseWebServices.Core.Utils.ManagedLists.ManagedListItemBaseFactory.Create(QPulseWebServices.Contracts.Data.ManagedListItemType)"]

Return Value

Type: ManagedListItemBase

[Missing <returns> documentation for "M:QPulseWebServices.Core.Utils.ManagedLists.ManagedListItemBaseFactory.Create(QPulseWebServices.Contracts.Data.ManagedListItemType)"]

See Also