erminas.SmartAPI.CMS.XmlReadWriteWrapper.SetAttributeValue C# (CSharp) Method

SetAttributeValue() public method

public SetAttributeValue ( string attributeName, string value ) : void
attributeName string
value string
return void
        public void SetAttributeValue(string attributeName, string value)
        {
            _writtenValues[attributeName] = value;
        }