SerializationManagerSaveToFileCom Method |
|
DataPA OpenAnalytics API Reference
Saves the ServerSecurity object to a specified file on disk
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SaveToFileCom(
string FileName,
ServerSecurity ServerSecurity
)
Public Sub SaveToFileCom (
FileName As String,
ServerSecurity As ServerSecurity
)
public:
virtual void SaveToFileCom(
String^ FileName,
ServerSecurity^ ServerSecurity
) sealed
function SaveToFileCom(FileName, ServerSecurity);
Parameters
- FileName
- Type: SystemString
The name of the file - ServerSecurity
- Type: DataPAServerSecurityServerSecurity
The object to save
Remarks This is a version of SaveToFile for COM interfaces that do not support shared methods.
See Also