Dynamicweb 8 Documentation
BeginEdit Method (TimestampEditor)

Editor context.
Enables the editor to populate its UI to the client and initiate the editing process.
Syntax
'Declaration
 
Public Overrides Sub BeginEdit( _ 
   ByVal context As EditorContext _ 
) 
public override void BeginEdit( 
   EditorContext context 
)

Parameters

context
Editor context.
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

Reference

TimestampEditor Class
TimestampEditor Members
Base Implementation in BeginEdit

Send Feedback