Contents

isValid(_:)

Returns a Boolean value that indicates whether the attribute is valid.

Declaration

func isValid(_ attribute: FSItem.Attribute) -> Bool

Discussion

If the value returned by this method is YES (Objective-C) or true (Swift), a caller can safely use the given attribute.

See Also

Validating and invalidating attributes