Apex.ConnectApi.Chatter.getFollowers C# (CSharp) Метод

getFollowers() публичный статический Метод

public static getFollowers ( string communityId, string recordId ) : Apex.ConnectApi.FollowerPage
communityId string
recordId string
Результат Apex.ConnectApi.FollowerPage
        public static FollowerPage getFollowers(string communityId, string recordId)
        {
            return Implementation.getFollowers(communityId, recordId);
        }

Same methods

Chatter::getFollowers ( string communityId, string recordId, int pageParam, int pageSize ) : Apex.ConnectApi.FollowerPage