Namespace:
EPiServer.WebServices
Assembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Assembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[WebMethodAttribute(EnableSession = false, BufferResponse = true, Description = "Appends data to a file")] public void AppendDataToFile( string channelId, string virtualFilePath, byte[] data, bool expectMoreData ) |
Parameters
- channelId
- Type: System..::.String
- virtualFilePath
- Type: System..::.String
- data
- Type: array<
System..::.Byte
>[]()[]
- expectMoreData
- Type: System..::.Boolean