TransactionalNodeService.SharePoint.SecurityModel.GlymaSecurityTrimmer.GlymaSecurityTrimmer C# (CSharp) Метод

GlymaSecurityTrimmer() публичный Метод

public GlymaSecurityTrimmer ( SPWeb web, IGlymaSession glymaSession ) : Glyma.Security.Model
web SPWeb
glymaSession IGlymaSession
Результат Glyma.Security.Model
        public GlymaSecurityTrimmer(SPWeb web, IGlymaSession glymaSession)
        {
            Web = web;
            GlymaSession = glymaSession;

            GlymaUser = new SPGlymaUser(Web, GlymaSession);
        }