adTempus API
ArcanaDevelopment.adTempus.Shared.FileOperations Namespace / FileCompressionSettings Class / SupportedCompressionTypes Property


In This Topic
    SupportedCompressionTypes Property
    In This Topic
    A list of all the CompressionType values supported by this version of adTempus.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property SupportedCompressionTypes As String()
    public static string[] SupportedCompressionTypes {get;}
    public:
    static property array<String^>^ SupportedCompressionTypes {
       array<String^>^ get();
    }
    See Also