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

[Missing <summary> documentation for "M:QPulseWebServices.Contracts.Service.ICore.CreateNewManagedListItem(System.String,QPulseWebServices.Contracts.Data.ManagedListItemType,System.String,System.String)"]

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.7610.0

Syntax

C#
CreateManagedListItemResponse CreateNewManagedListItem(
	string token,
	ManagedListItemType type,
	string name,
	string parentFullPath
)

Parameters

token
Type: System..::..String

[Missing <param name="token"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.CreateNewManagedListItem(System.String,QPulseWebServices.Contracts.Data.ManagedListItemType,System.String,System.String)"]

type
Type: QPulseWebServices.Contracts.Data..::..ManagedListItemType

[Missing <param name="type"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.CreateNewManagedListItem(System.String,QPulseWebServices.Contracts.Data.ManagedListItemType,System.String,System.String)"]

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.CreateNewManagedListItem(System.String,QPulseWebServices.Contracts.Data.ManagedListItemType,System.String,System.String)"]

parentFullPath
Type: System..::..String

[Missing <param name="parentFullPath"/> documentation for "M:QPulseWebServices.Contracts.Service.ICore.CreateNewManagedListItem(System.String,QPulseWebServices.Contracts.Data.ManagedListItemType,System.String,System.String)"]

Return Value

Type: CreateManagedListItemResponse

[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.ICore.CreateNewManagedListItem(System.String,QPulseWebServices.Contracts.Data.ManagedListItemType,System.String,System.String)"]

See Also