WorkflowActivities.CreateProjectFromListItem(Guid, Guid, Int32, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Guid> CreateProjectFromListItem (Guid webId, Guid listId, int itemId, Guid eptId);
member this.CreateProjectFromListItem : Guid * Guid * int * Guid -> Microsoft.SharePoint.Client.ClientResult<Guid>
Public Function CreateProjectFromListItem (webId As Guid, listId As Guid, itemId As Integer, eptId As Guid) As ClientResult(Of Guid)
Parameters
- webId
- Guid
- listId
- Guid
- itemId
- Int32
- eptId
- Guid
Returns
- Attributes