WriteStringToFile Method
See Also 
SourceCode.Workflow.Design.SharePoint.RecordsManagement Namespace > RecordsManagementEventItem Class : WriteStringToFile Method



Value
File

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Sub WriteStringToFile( _
   ByVal Value As String, _
   ByVal File As String _
) 
Visual Basic (Usage) Copy Code
Dim Value As String
Dim File As String
 
RecordsManagementEventItem.WriteStringToFile(Value, File)
C#  
public static void WriteStringToFile( 
   string Value,
   string File
)
C++/CLI  
public:
static void WriteStringToFile( 
   String^ Value,
   String^ File
) 

Parameters

Value
File

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