Click or drag to resize
ClientConfigSaveServerSecurity Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Saves any changes to the server security object back to the server

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool SaveServerSecurity(
	ServerSecurity ServerSecurity
)

Parameters

ServerSecurity
Type: DataPAServerSecurityServerSecurity

Return Value

Type: Boolean
True 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