Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Add( _ ByVal siteUrl As K2Field, _ ByVal docLibName As K2Field, _ ByVal docLibFolder As K2Field, _ ByVal contentType As K2Field, _ ByVal contentTypeId As K2Field, _ ByVal docSetName As K2Field, _ ByVal docSetDescription As K2Field, _ ByVal metaDataDetail As K2Field, _ ByVal metaDataXmlField As K2Field _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CreateDocSetCollection Dim siteUrl As K2Field Dim docLibName As K2Field Dim docLibFolder As K2Field Dim contentType As K2Field Dim contentTypeId As K2Field Dim docSetName As K2Field Dim docSetDescription As K2Field Dim metaDataDetail As K2Field Dim metaDataXmlField As K2Field instance.Add(siteUrl, docLibName, docLibFolder, contentType, contentTypeId, docSetName, docSetDescription, metaDataDetail, metaDataXmlField) |
C# | |
---|---|
public void Add( K2Field siteUrl, K2Field docLibName, K2Field docLibFolder, K2Field contentType, K2Field contentTypeId, K2Field docSetName, K2Field docSetDescription, K2Field metaDataDetail, K2Field metaDataXmlField ) |
C++/CLI | |
---|---|
public: void Add( K2Field^ siteUrl, K2Field^ docLibName, K2Field^ docLibFolder, K2Field^ contentType, K2Field^ contentTypeId, K2Field^ docSetName, K2Field^ docSetDescription, K2Field^ metaDataDetail, K2Field^ metaDataXmlField ) |
Parameters
- siteUrl
- docLibName
- docLibFolder
- contentType
- contentTypeId
- docSetName
- docSetDescription
- metaDataDetail
- metaDataXmlField
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