ClientConfigSaveServerSecurity Method |
|
DataPA OpenAnalytics API Reference
Saves any changes to the server security object back to the server
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool SaveServerSecurity(
ServerSecurity ServerSecurity
)
Public Function SaveServerSecurity (
ServerSecurity As ServerSecurity
) As Boolean
public:
virtual bool SaveServerSecurity(
ServerSecurity^ ServerSecurity
) sealed
function SaveServerSecurity(ServerSecurity);
Parameters
- ServerSecurity
- Type: DataPAServerSecurityServerSecurity
Return Value
Type:
BooleanTrue if changes to the server security object are saved back to the server
Remarks The current user must have appropriate privileges to save changes to the server, and there must be no changes applied to the server resident copy of the object since it was read by the client. If either of these statements is not true, the save operation will fail and the appropriate error message will show.
See Also