Omada Identity
Omada Identity
Namespaces
Omada.OE.AppLogic
AppStringController Class
AppStringController Methods
SaveAppString Method
SaveAppString Method (AppString, AppStringSaveOptions)
SaveAppString Method (AppString, SqlConnection, SqlTransaction)
SaveAppString Method (AppString, AppStringSaveOptions, SqlConnection, SqlTransaction)
AppStringController
SaveAppString Method (AppString, AppStringSaveOptions)
Saves an AppString objects. Based on the calling context, the save may be logged in the configuration change log.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
Copy
public
int
SaveAppString
(
AppString
appString
,
AppStringSaveOptions
saveOptions
=
null
)
Parameters
appString
Type:
Omada.OE.Model
AppString
saveOptions
(Optional)
Type:
Omada.OE.Model
AppStringSaveOptions
Return Value
Type:
Int32
See Also
Reference
AppStringController Class
SaveAppString Overload
Omada.OE.AppLogic Namespace