Click or drag to resize
IApplicationServiceIsAdministrator Method
判断用户是否是应用的默认管理员

Namespace: X3Platform.Apps.IBLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
bool IsAdministrator(
	IAccountInfo account,
	string applicationId
)

Parameters

account
Type: X3Platform.MembershipIAccountInfo
帐号
applicationId
Type: SystemString
应用的标识

Return Value

Type: Boolean
布尔值
See Also