SIL.FieldWorks.XWorks.DTMenuHandler.ExtractInsertCommandParameters C# (CSharp) Method

ExtractInsertCommandParameters() private static method

private static ExtractInsertCommandParameters ( Command command ) : XmlNode
command Command
return System.Xml.XmlNode
		private static XmlNode ExtractInsertCommandParameters(Command command)
		{
			return command.ConfigurationNode.SelectSingleNode("parameters");
		}