Discuss this help topic in SecureBlackbox Forum

TElWebDAVServer.MIMETypesMap

TElWebDAVServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies server's MIME types map.

Declaration

[C#]
    TElStringList MIMETypesMap;

[VB.NET]
    Property MIMETypesMap As TElStringList

[Pascal]
    property MIMETypesMap : TElStringList;

[C++]
    TElStringList* get_MIMETypesMap();

[PHP]
    TElStringList get_MIMETypesMap()

[Java]
    TElStringList getMIMETypesMap();

Description

    Use this read-only property to obtain server's MIME types map.

See also:     SetupStandardMimeTypes    

Discuss this help topic in SecureBlackbox Forum