isKeyExcluded(fromWebScript:)
Returns whether a key should be hidden from the scripting environment.
Declaration
class func isKeyExcluded(fromWebScript name: UnsafePointer<CChar>!) -> BoolParameters
- name:
The name of the attribute.
Return Value
YES if the attribute specified by name should be hidden from the scripting environment; otherwise, NO.
Discussion
The default value is YES.