var CheckImpersonation = Class.create();
CheckImpersonation.prototype = {
IsImpersonating: function() {
var gi=new GlideImpersonate().isImpersonating();
return gi;
},
type: 'CheckImpersonation'
};
CheckImpersonation.prototype = {
IsImpersonating: function() {
var gi=new GlideImpersonate().isImpersonating();
return gi;
},
type: 'CheckImpersonation'
};
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.