IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
You can relate Sitefinity users to a Dynamic Content Module by using a field control that lets you select the users that will be related to your dynamic content items. The users are stored as an array of user identifiers (Guid[]).
user identifiers (Guid[])
For this field control, you need a Sitefinity web application, as defined in the following example:
Add the source code from the repository at https://github.com/Sitefinity/related-users-field-control to your SitefinityWebApp project.
If you used the same folder structure as in that repository, the CLR type of the field control is:
SitefinityWebApp.FieldControls.RelatedUsers.RelatedUsersField
Build your solution and run your Sitefinity application.
In the Module Builder window, add a new field to the Dynamic Module you want to extend:
Fill in the new field properties as shown in this example:
Clicking Select Users… opens the selection dialog, as illustrated:
Select Users…
You can further adjust the user selector to fit your requirements. Because it is based on the Sitefinity FlatSelector, the options can be easily modified in the template file of the user selector field, RelatedUsersField.ascx. Common adjustments are for: AllowPaging, PageSize, AllowMultipleSelection, AllowSearching, and ShowProvidersList.
FlatSelector
RelatedUsersField.ascx
AllowPaging
PageSize
AllowMultipleSelection
AllowSearching
ShowProvidersList
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important