Uiinfrastructure API Docs  
 

EditorAS.GoToSubEditor Method 

Creates and returns a ASURL object going to the Editor whose name and key were passed in argument.

public virtual ASURL GoToSubEditor(
   string _sSubEditorName,
   string _sSubEditorKey,
   int _nSubEditorType,
   string _sControlKey,
   string _sControlValue
);

Parameters

_sSubEditorName
_sSubEditorKey
- The 1st time you access that Editor, you can decide the value of the key. Next time you want to access that Editor you need to pass in the same key.
_nSubEditorType
- Sub Editor Type from EditorStartControl.
_sControlKey
Optional - only set it if you want to set an additional setting for the Control. If not, should be null. (E.g.: Can be used to set an Object class ID.)
_sControlValue
Optional - Should be the value associated to the ControlKey.

Return Value

ASURL

See Also

EditorAS Class | com.plumtree.uiinfrastructure.editor Namespace