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

setUserInformation() private method

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