Click or drag to resize
AppsSecurityHasAuthorizedFeature Method
判断用户是否是拥有授权的功能的

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

Parameters

account
Type: X3Platform.MembershipIAccountInfo

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

applicationFeatureName
Type: SystemString

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

Return Value

Type: Boolean

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

See Also