Blog.Services.Helpers.Rest.CommunityRestResource.Delete C# (CSharp) Method

Delete() public method

public Delete ( int communityId, string authenticationToken ) : bool
communityId int
authenticationToken string
return bool
        public bool Delete(int communityId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }