HostApplicationServicesGetPassword(String, PasswordOptions, String) Method

Host applications call this method internally to display a password request dialog box. Currently not implemented.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public virtual bool GetPassword(
        string fileName,
        PasswordOptions options,
        out string pass
)

Parameters

fileName  String
[in] Name of the drawing file that is requiring a password.
options  PasswordOptions
[in] Password options.
pass  String
[out] Receives password string.

Return Value

Boolean
false.
See Also

©  Bricsys NV. All rights reserved.