ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FileManager Class / FileExtentionImageFormater Property






In This Topic
    FileExtentionImageFormater Property (FileManager)
    In This Topic
    Function to return image path for each file extention.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Property FileExtentionImageFormater As System.String
    'Usage
     
    
    Dim instance As FileManager
    Dim value As System.String
     
    instance.FileExtentionImageFormater = value
     
    value = instance.FileExtentionImageFormater
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public System.string FileExtentionImageFormater {get; set;}
    public read-write property FileExtentionImageFormater: System.String; 
    JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)
    public function get,set FileExtentionImageFormater : System.String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public: __property System.string* get_FileExtentionImageFormater();
    public: __property void set_FileExtentionImageFormater( 
       System.string* value
    );
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public:
    property System.String^ FileExtentionImageFormater {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also