Click or drag to resize
CMSDocumentManagerGetJSSaveFunction Method
Gets java-script function for save action

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public string GetJSSaveFunction(
	string createAnother
)

Parameters

createAnother
Type: SystemString
Create another flag

Return Value

Type: String

Implements

ICMSDocumentManagerGetJSSaveFunction(String)
See Also