CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getUserInformation C# (CSharp) Method

getUserInformation() private method

private getUserInformation ( string in0, string in1 ) : RemoteUserInformation
in0 string
in1 string
return RemoteUserInformation
        public RemoteUserInformation getUserInformation(string in0, string in1) {
            object[] results = this.Invoke("getUserInformation", new object[] {
                        in0,
                        in1});
            return ((RemoteUserInformation)(results[0]));
        }
        
ConfluenceSoapServiceService