C# Class Glyma.SharePoint.Security.GlymaSecurityGroupContext

Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
CreateGroup Group
GetGroup Group

Méthodes publiques

Méthode Description
GlymaSecurityGroupContext ( SecurityContextManager context, int securableContextId, int spGroupId, System.Guid webId ) : Microsoft.SharePoint

Private Methods

Méthode Description
CreateGroup ( string displayName ) : Group

Creates the Group in the database

GetGroup ( string displayName ) : Group

Gets the group if it exists.

Method Details

GlymaSecurityGroupContext() public méthode

public GlymaSecurityGroupContext ( SecurityContextManager context, int securableContextId, int spGroupId, System.Guid webId ) : Microsoft.SharePoint
context SecurityContextManager
securableContextId int
spGroupId int
webId System.Guid
Résultat Microsoft.SharePoint