Click or drag to resize

APIrenameSection Method

Assign name to an already defined section
REST path: /section/rename/[sectionID]/[name]/[code]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public bool renameSection(
	int sectionID,
	string name,
	string code = ""
)

Parameters

sectionID  Int32
ID of the section
name  String
Name of the section
code  String  (Optional)
Reference code

Return Value

Boolean
Boolean value
See Also