PermissionCheckOptions
is defined in the Telligent.Evolution.Extensibility.Api.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
class PermissionCheckOptions { Guid? ApplicationId { get; set; } Guid? ApplicationTypeId { get; set; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
ApplicationId | Guid? | Application id of the application the permission is being checked for the given user. Null if checking a site permission or content permission.. | ||
ApplicationTypeId | Guid? | Application type id of the content the permission is being checked for the given user. Null if checking a site permission or content permission. | ||
ContentId | Guid? | Content id of the content the permission is being checked for the given user. Null if checking a site permission or application permission.. | ||
ContentTypeId | Guid? | Content type id of the content the permission is being checked for the given user. Null if checking a site permission or application permission. |