JoinOptions constructor

init

Initializes a new instance of the JoinOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the JoinOptions class.

def __init__(self, file_type):
    ...
Parameter Type Description
file_type FileType The type of the file to join.

See Also