IApplicationFeatureProviderAuthorize Method |
验证用户是否拥有某一功能权限
Namespace: X3Platform.Apps.IDALAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxbool Authorize(
string name,
string accountId
)
bool Authorize(
String^ name,
String^ accountId
)
Parameters
- name
- Type: SystemString
应用功能名称 - accountId
- Type: SystemString
用户帐号标识
Return Value
Type:
Boolean布尔值
See Also