This document is archived and information here might be outdated. Recommended version. |
Stops the current edit session and writes all current edits to a new dynamic traffic file in the specified folder.
[Visual Basic .NET] Public Sub StopEditing ( _ ByVal feedFolderPath As String, _ ByVal createCompressedFile As Boolean _ )
[C#] public void StopEditing ( string feedFolderPath, bool createCompressedFile );
[C++]
HRESULT StopEditing(
BSTR feedFolderPath,
VARIANT_BOOL createCompressedFile
);
[C++]
Parameters feedFolderPath [in]
feedFolderPath is a parameter of type BSTR createCompressedFile [in]
createCompressedFile is a parameter of type bool
StartEditing must be called before Insert and StopEditing, in order to begin the process of creating a dynamic traffic file.
FeedFolderPath is a path to the directory that will hold the dynamic traffic files.