Add(K2Field,K2Field,K2Field,K2Field,K2Field,K2Field) Method
See Also 
SourceCode.Workflow.Design.SharePoint.RecordsManagement Namespace > SPRecordHoldsCollection Class > Add Method : Add(K2Field,K2Field,K2Field,K2Field,K2Field,K2Field) Method



Name
Comment
ManageBy
Metadata
SiteURL
Result

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub Add( _
   ByVal Name As K2Field, _
   ByVal Comment As K2Field, _
   ByVal ManageBy As K2Field, _
   ByVal Metadata As K2Field, _
   ByVal SiteURL As K2Field, _
   ByVal Result As K2Field _
) 
Visual Basic (Usage) Copy Code
Dim instance As SPRecordHoldsCollection
Dim Name As K2Field
Dim Comment As K2Field
Dim ManageBy As K2Field
Dim Metadata As K2Field
Dim SiteURL As K2Field
Dim Result As K2Field
 
instance.Add(Name, Comment, ManageBy, Metadata, SiteURL, Result)

Parameters

Name
Comment
ManageBy
Metadata
SiteURL
Result

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also