Results 1 to 7 of 7

Thread: Is there a way to determine if an extensionBoundUserServerVariable exists?

Threaded View

  1. #1
    Senior Member
    Join Date
    Aug 2010
    Posts
    223
    Thanks
    24
    Thanked 9 Times in 9 Posts

    Is there a way to determine if an extensionBoundUserServerVariable exists?

    There doesn't seem to be a doesExtensionBoundUserServerVariableExist function (Which would be a travesty of function naming in any case), so what is the way of determining if one exists? Is getExtensionBoundUserServerVariable's returned ExtensionBoundUserServerVariableResponse object's isSuccess() supposed to provide this functionality? I tried this, and got a lot of null pointer exceptions (Seemingly it returned isSuccess() == true, but getValue() == null...)
    I mean, sure, I can do a mess with try..catch, but a neater way would be cool...
    Last edited by tcarr; 07-06-2011 at 02:02 PM. Reason: fixed for next release, changed prefix

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts