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

Given a full path, parses, finds and returns the ID of the item. Returns -1 if not found.

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

Syntax

C#
public int GetID(
	ManagedListType type,
	string fullPath
)

Parameters

type
Type: QPulseWebServices.Contracts.Data..::..ManagedListType

[Missing <param name="type"/> documentation for "M:QPulseWebServices.Core.Utils.ManagedLists.ReferenceListItemResolver.GetID(QPulseWebServices.Contracts.Data.ManagedListType,System.String)"]

fullPath
Type: System..::..String

[Missing <param name="fullPath"/> documentation for "M:QPulseWebServices.Core.Utils.ManagedLists.ReferenceListItemResolver.GetID(QPulseWebServices.Contracts.Data.ManagedListType,System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:QPulseWebServices.Core.Utils.ManagedLists.ReferenceListItemResolver.GetID(QPulseWebServices.Contracts.Data.ManagedListType,System.String)"]

See Also