String aml = @"<AML><Item type='User' where='[User].id={0}' action='edit' /></Item></AML>";
aml = String.Format(aml, /* your id */ );String aml = @"<AML><Item type='User' where='[User].id={0}' action='edit' /></Item></AML>";
aml = String.Format(aml, /* your id */ );Copyright © 2025 Aras. All rights reserved.