Click or drag to resize
PermissionNameInfoProviderGetPermissionNameInfoByGUID Method

Note: This API is now obsolete.

Returns object with specified GUID.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IPermissionNameInfoProvider.Get(System.Guid) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - PermissionNameInfo.Provider.")]
public static PermissionNameInfo GetPermissionNameInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: PermissionNameInfo
See Also