part_content_type_attr Property

The content type attribute, if any, for each part.

Syntax

def get_part_content_type_attr(part_idx: int) -> str: ...
def set_part_content_type_attr(part_idx: int, value: str) -> None: ...

Default Value

""

Remarks

The content type attribute, if any, for each part. Setting this recalculates the part_headers as well.

The part_idx parameter specifies the index of the item in the array. The size of the array is controlled by the part_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]