Click or drag to resize
SaveActionAttribute Constructor (Int32, String, String)
Constructor.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public SaveActionAttribute(
	int index,
	string resourceString,
	string targetUrl
)

Parameters

index
Type: SystemInt32
Index of the action
resourceString
Type: SystemString
Resource string for the item
targetUrl
Type: SystemString
Target URL
See Also