set_write_protection method

set_write_protection

Set write protection for this presentation with specified password.

def set_write_protection(self, password):
    ...
ParameterTypeDescription
passwordstrThe password.

Examples

The following sample code shows you how to set a write protection to a presentation.

See Also