C# Class OfficeDevPnP.Core.Framework.Provisioning.ObjectHandlers.Extensions.SecurableObjectExtensions

Show file Open project: OfficeDev/PnP-Sites-Core

Public Methods

Method Description
GetSecurity ( this securable ) : ObjectSecurity
SetSecurity ( this securable, TokenParser parser, ObjectSecurity security ) : void

Private Methods

Method Description
ReplaceGroupTokens ( Web web, string loginName ) : string

Method Details

GetSecurity() public static method

public static GetSecurity ( this securable ) : ObjectSecurity
securable this
return ObjectSecurity

SetSecurity() public static method

public static SetSecurity ( this securable, TokenParser parser, ObjectSecurity security ) : void
securable this
parser TokenParser
security ObjectSecurity
return void