Method | Description | |
---|---|---|
Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, KeePass.DataExchange.FileFormatProvider fileFormat, IOConnectionInfo iocOutput, IStatusLogger slLogger ) : bool | ||
Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, IStatusLogger slLogger ) : bool | ||
Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, string strFormatName, IOConnectionInfo iocOutput ) : bool |
public static Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, KeePass.DataExchange.FileFormatProvider fileFormat, IOConnectionInfo iocOutput, IStatusLogger slLogger ) : bool | ||
pwExportInfo | KeePass.DataExchange.PwExportInfo | |
fileFormat | KeePass.DataExchange.FileFormatProvider | |
iocOutput | IOConnectionInfo | |
slLogger | IStatusLogger | |
return | bool |
public static Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, IStatusLogger slLogger ) : bool | ||
pwExportInfo | KeePass.DataExchange.PwExportInfo | |
slLogger | IStatusLogger | |
return | bool |
public static Export ( KeePass.DataExchange.PwExportInfo pwExportInfo, string strFormatName, IOConnectionInfo iocOutput ) : bool | ||
pwExportInfo | KeePass.DataExchange.PwExportInfo | |
strFormatName | string | |
iocOutput | IOConnectionInfo | |
return | bool |