iControl.ManagementApplicationService.is_template_modified C# (CSharp) Method

is_template_modified() private method

private is_template_modified ( string apps ) : bool[]
apps string
return bool[]
        public bool[] is_template_modified(
		string [] apps
	)
        {
            object [] results = this.Invoke("is_template_modified", new object [] {
                apps});
            return ((bool [])(results[0]));
        }
ManagementApplicationService