FileExtentionImageFormater Property
In This Topic
Function to return image path for each file extention.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property FileExtentionImageFormater As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string FileExtentionImageFormater {get; set;}
See Also