Click or drag to resize
ApplicationFeatureServiceAuthorize Method
检测用户是否拥有某一应用功能权限

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

Parameters

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

Return Value

Type: Boolean
布尔值

Implements

IApplicationFeatureServiceAuthorize(String, String)
See Also