iControl.ManagementApplicationTemplate.set_action_presentation C# (CSharp) Method

set_action_presentation() private method

private set_action_presentation ( string templates, string actions, string values ) : void
templates string
actions string
values string
return void
        public void set_action_presentation(
		string [] templates,
		string [] [] actions,
		string [] [] values
	)
        {
            this.Invoke("set_action_presentation", new object [] {
                templates,
                actions,
                values});
        }
ManagementApplicationTemplate