Interface IAimpServiceFileInfoFormatter
Service provides an ability to format file information with specified template. Implements the IAimpService
Inherited Members
Namespace: AIMP.SDK.FileManager
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpServiceFileInfoFormatter : IAimpService
Methods
Format(String, IAimpFileInfo)
Formats the specified template.
Declaration
AimpActionResult<string> Format(string template, IAimpFileInfo fileInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | template | The list of supported macros for template depends from version of application. |
IAimpFileInfo | fileInfo | The file information. |