class documentation

class RelocationArg(RelocationPath): (source)

View In Hierarchy

:ivar files.RelocationArg.allow_shared_folder: This flag has no effect. :ivar files.RelocationArg.autorename: If there's a conflict, have the Dropbox server try to autorename the file to avoid the conflict. :ivar files.RelocationArg.allow_ownership_transfer: Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable allow_ownership_transfer Undocumented
Instance Variable allow_shared_folder Undocumented
Instance Variable autorename Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _allow_ownership_transfer_value Undocumented
Instance Variable _allow_shared_folder_value Undocumented
Instance Variable _autorename_value Undocumented

Inherited from RelocationPath:

Instance Variable from_path Undocumented
Instance Variable to_path Undocumented
Instance Variable _from_path_value Undocumented
Instance Variable _to_path_value Undocumented
def __init__(self, from_path=None, to_path=None, allow_shared_folder=None, autorename=None, allow_ownership_transfer=None): (source)

Undocumented

allow_ownership_transfer = (source)

Undocumented

allow_shared_folder = (source)

Undocumented

autorename = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_allow_ownership_transfer_value = (source)

Undocumented

_allow_shared_folder_value = (source)

Undocumented

_autorename_value = (source)

Undocumented