CHAOS.Portal.Client.Extensions.ClientSettingsExtension.Set C# (CSharp) Method

Set() public method

public Set ( System.Guid guid, string name, System.Xml.Linq.XElement settings ) : IServiceCallState>
guid System.Guid
name string
settings System.Xml.Linq.XElement
return IServiceCallState>
		public IServiceCallState<PagedResult<ScalarResult>> Set(Guid guid, string name, XElement settings)
		{
			return CallService<PagedResult<ScalarResult>>(HTTPMethod.GET, guid, name, settings);
		}
	}
ClientSettingsExtension