MembershipResolversGetPasswordResolver Method |
Builds and returns a resolver for email templates of type 'Password'
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static MacroResolver GetPasswordResolver(
UserInfo user,
string password,
MacroResolver buildFrom = null
)
Parameters
- user
- Type: CMS.MembershipUserInfo
User to be used as a data source - password
- Type: SystemString
User's password - buildFrom (Optional)
- Type: CMS.MacroEngineMacroResolver
Resolver to build the result from
Return Value
Type:
MacroResolverRemarks If buildFrom is null then newly created resolver has culture set to the preferred culture of user
See Also