__init__ constructor
init
Initializes a new instance of the AttachmentIcon class.
def __init__(self, file_extension, icon_data):
...
| Parameter | Type | Description |
|---|---|---|
| file_extension | str |
The file extension. |
| icon_data | System.Byte[] |
The icon data as byte array. |
See Also
- class
AttachmentIcon