IUpdatePasswordOptions Interface |
Interface for the password updating options.
Namespace: GroupDocs.Merger.Domain.OptionsAssembly: GroupDocs.Merger (in GroupDocs.Merger.dll) Version: 22.5.0.0
Syntaxpublic interface IUpdatePasswordOptions : IOptions
Public Interface IUpdatePasswordOptions
Inherits IOptions
public interface class IUpdatePasswordOptions : IOptions
type IUpdatePasswordOptions =
interface
interface IOptions
end
The IUpdatePasswordOptions type exposes the following members.
Properties
| Name | Description |
---|
 | NewPassword |
The new password for document protection.
|
See Also