TransactionalNodeService.SharePoint.SecurityModel.GlymaSecurityTrimmer.GlymaSecurityTrimmer C# (CSharp) Method

GlymaSecurityTrimmer() public method

public GlymaSecurityTrimmer ( SPWeb web, IGlymaSession glymaSession ) : Glyma.Security.Model
web SPWeb
glymaSession IGlymaSession
return Glyma.Security.Model
        public GlymaSecurityTrimmer(SPWeb web, IGlymaSession glymaSession)
        {
            Web = web;
            GlymaSession = glymaSession;

            GlymaUser = new SPGlymaUser(Web, GlymaSession);
        }