is_collaborative property

is_collaborative property

Gets/Sets whether to support collabrative editing,the default is false.

Definition:

@property
def is_collaborative(self):
    ...
@is_collaborative.setter
def is_collaborative(self, value):
    ...

See Also