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


In This Topic
    CompressionType Property
    In This Topic
    The type of compression (ZIP, BZIP, etc.) to use.
    Syntax
    'Declaration
     
    
    <ExtensionMemberAttribute()>
    <DataMemberAttribute()>
    Public Property CompressionType As String
    [ExtensionMember()]
    [DataMember()]
    public string CompressionType {get; set;}
    [ExtensionMember()]
    [DataMember()]
    public:
    property String^ CompressionType {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The SupportedCompressionTypes property returns a list of the valid compression types. Setting CompressionType to an unsupported type will produce either a data validation error at save or an error at job execution.
    See Also