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 = "Imports metadata for a file")] public string ImportFileMetadata( string channelId, string virtualFilePath, string[] metadataKeys, string[] metadataValues ) |
Parameters
- channelId
- Type: System..::.String
- virtualFilePath
- Type: System..::.String
- metadataKeys
- Type: array<
System..::.String
>[]()[]
- metadataValues
- Type: array<
System..::.String
>[]()[]