This topic has not yet been rated - Rate this topic

SPItemKey Class

Encapsulates information that identifies a list item.

System.Object
  Microsoft.SharePoint.Workflow.SPItemKey

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
[SerializableAttribute]
[ProxyTypeConverterAttribute(typeof(StringConverter))]
[NoNameChangeOnRemoteAuthoringAttribute]
public sealed class SPItemKey

The SPItemKey class encapsulates information that can be used to identify a list item, including items from a list that has an external data source. For example. an instance of this type can be used to retrieve a list item by calling the GetListItem(SPList, SPItemKey) method of the WorkflowContext class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.