[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IUserServiceInfo

接口 IUserServiceInfo

用户管理网站的信息。

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface IUserServiceInfo

属性

AllCloudStorageAuthenticationInfos

获取所有的云存储信息

声明
List<string> AllCloudStorageAuthenticationInfos { get; }
属性值
类型 描述
System.Collections.Generic.List<T><string>

AllRoles

获取所有的角色。

声明
List<string> AllRoles { get; }
属性值
类型 描述
System.Collections.Generic.List<T><string>