Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal docEventItem As DocumentEventItem, _ ByVal siteUrl As K2Field, _ ByVal docLibName As K2Field, _ ByVal docLibFolder As K2Field, _ ByVal filename As K2Field, _ ByVal usePartOfProcessItems As Boolean, _ ByVal processField As K2Field, _ ByVal processFieldName As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim docEventItem As DocumentEventItem Dim siteUrl As K2Field Dim docLibName As K2Field Dim docLibFolder As K2Field Dim filename As K2Field Dim usePartOfProcessItems As Boolean Dim processField As K2Field Dim processFieldName As String Dim instance As New CheckOutItem(docEventItem, siteUrl, docLibName, docLibFolder, filename, usePartOfProcessItems, processField, processFieldName) |
C# | |
---|---|
public CheckOutItem( DocumentEventItem docEventItem, K2Field siteUrl, K2Field docLibName, K2Field docLibFolder, K2Field filename, bool usePartOfProcessItems, K2Field processField, string processFieldName ) |
C++/CLI | |
---|---|
public: CheckOutItem( DocumentEventItem^ docEventItem, K2Field^ siteUrl, K2Field^ docLibName, K2Field^ docLibFolder, K2Field^ filename, bool usePartOfProcessItems, K2Field^ processField, String^ processFieldName ) |
Parameters
- docEventItem
- siteUrl
- docLibName
- docLibFolder
- filename
- usePartOfProcessItems
- processField
- processFieldName
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