seExists
syntax: |
boolean SEContext.seExists(SEObject object, SEMemberDesc member); |
where: |
object the Object half of an Object,Member pair
member the Member half of an Object,Member pair
|
return: |
true if the member exists, else false.
|
description: |
This API function is used in place of seGetType when you do not care what the type of the member is, only if it exists or not.
|
see: |
|