5 references to CheckAndTrimNonEmptyStringEntries
System.Web (5)
UI\WebParts\PersonalizationAdministration.cs (3)
129
paths = PersonalizationProviderHelper.
CheckAndTrimNonEmptyStringEntries
(paths, "paths", true, false, -1);
140
usernames = PersonalizationProviderHelper.
CheckAndTrimNonEmptyStringEntries
(usernames, "usernames", true, true, -1);
159
usernames = PersonalizationProviderHelper.
CheckAndTrimNonEmptyStringEntries
(usernames, "usernames", true, true, -1);
UI\WebParts\SqlPersonalizationProvider.cs (2)
756
paths = PersonalizationProviderHelper.
CheckAndTrimNonEmptyStringEntries
(paths, "paths", false, false, maxStringLength);
757
usernames = PersonalizationProviderHelper.
CheckAndTrimNonEmptyStringEntries
(usernames, "usernames", false, true, maxStringLength);