Refresh Method
See Also 
SourceCode.Workflow.Authoring Namespace > IPropertyTemplate Interface : Refresh Method



K2Object
The K2Object associated with the PropertyTemplate.

Glossary Item Box

When implemented by a class, refresh the PropertyTemplate.

Syntax

Visual Basic (Declaration) 
Sub Refresh( _
   ByVal K2Object As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As IPropertyTemplate
Dim K2Object As Object
 
instance.Refresh(K2Object)
C# 
void Refresh( 
   object K2Object
)
C++/CLI 
void Refresh( 
   Object^ K2Object
) 

Parameters

K2Object
The K2Object associated with the PropertyTemplate.

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