Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal docEventItem As DocumentEventItem, _ ByVal siteUrl As K2Field, _ ByVal docLibName As K2Field, _ ByVal docLibFolder As K2Field, _ ByVal docName As K2Field, _ ByVal checkOut As Boolean, _ ByVal field As K2Field _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim docEventItem As DocumentEventItem Dim siteUrl As K2Field Dim docLibName As K2Field Dim docLibFolder As K2Field Dim docName As K2Field Dim checkOut As Boolean Dim field As K2Field Dim instance As New DownloadK2FieldItem(docEventItem, siteUrl, docLibName, docLibFolder, docName, checkOut, field) |
C# | |
---|---|
public DownloadK2FieldItem( DocumentEventItem docEventItem, K2Field siteUrl, K2Field docLibName, K2Field docLibFolder, K2Field docName, bool checkOut, K2Field field ) |
C++/CLI | |
---|---|
public: DownloadK2FieldItem( DocumentEventItem^ docEventItem, K2Field^ siteUrl, K2Field^ docLibName, K2Field^ docLibFolder, K2Field^ docName, bool checkOut, K2Field^ field ) |
Parameters
- docEventItem
- siteUrl
- docLibName
- docLibFolder
- docName
- checkOut
- field
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