CHAOS.Portal.Client.MCM.Extensions.MetadataSchemaExtension.Update C# (CSharp) Method

Update() public method

public Update ( string name, System.Xml.Linq.XElement schemaXml, System.Guid guid ) : IServiceCallState>
name string
schemaXml System.Xml.Linq.XElement
guid System.Guid
return IServiceCallState>
		public IServiceCallState<PagedResult<MetadataSchema>> Update(string name, XElement schemaXml, Guid guid)
		{
			return CallService<PagedResult<MetadataSchema>>(HTTPMethod.POST, name, schemaXml, guid);
		}
MetadataSchemaExtension