iControl.SystemConfigSync.synchronize_from_group C# (CSharp) Method

synchronize_from_group() private method

private synchronize_from_group ( string group ) : void
group string
return void
        public void synchronize_from_group(
		string group
	)
        {
            this.Invoke("synchronize_from_group", new object [] {
                group});
        }
SystemConfigSync