Parts(K2Field) Method
See Also 
SourceCode.Workflow.Design.Common.Extensions Namespace > K2FieldExtensions Class > Parts Method : Parts(K2Field) Method



field
The field.

Glossary Item Box

Partses the specified field.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Overloads Shared Function Parts( _
   ByVal field As K2Field _
) As IEnumerable(Of K2FieldPart)
Visual Basic (Usage)Copy Code
Dim field As K2Field
Dim value As IEnumerable(Of K2FieldPart)
 
value = K2FieldExtensions.Parts(field)
C# 
[Extension()]
public static IEnumerable<K2FieldPart> Parts( 
   K2Field field
)
C++/CLI 
[Extension()]
public:
static IEnumerable<K2FieldPart^>^ Parts( 
   K2Field^ field
) 

Parameters

field
The field.

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