Contents

isKeyExcluded(fromWebScript:)

Returns whether a key should be hidden from the scripting environment.

Declaration

class func isKeyExcluded(fromWebScript name: UnsafePointer<CChar>!) -> Bool

Parameters

  • 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.

See Also

Getting attributes