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

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

Parameters

account
Type: X3Platform.MembershipIAccountInfo

[Missing <param name="account"/> documentation for "M:X3Platform.Apps.AppsSecurity.IsAdministrator(X3Platform.Membership.IAccountInfo,System.String)"]

applicationName
Type: SystemString

[Missing <param name="applicationName"/> documentation for "M:X3Platform.Apps.AppsSecurity.IsAdministrator(X3Platform.Membership.IAccountInfo,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:X3Platform.Apps.AppsSecurity.IsAdministrator(X3Platform.Membership.IAccountInfo,System.String)"]

See Also