Click or drag to resize
IApplicationFeatureProviderAuthorize Method
验证用户是否拥有某一功能权限

Namespace: X3Platform.Apps.IDAL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
bool Authorize(
	string name,
	string accountId
)

Parameters

name
Type: SystemString
应用功能名称
accountId
Type: SystemString
用户帐号标识

Return Value

Type: Boolean
布尔值
See Also