When building my custom profileprovider, I needed a debugpage to iterate over all properties defined in the profile, and thus used the below code: 1: foreach( SettingsProperty property in EPiServerProfile. Current. Properties) 2: { 3: ...
[ Read full article ]