SCPreferencesPathSetLink(_:_:_:)
Associates a link to a second dictionary at the specified path.
Declaration
func SCPreferencesPathSetLink(_ prefs: SCPreferences, _ path: CFString, _ link: CFString) -> BoolParameters
- prefs:
The preferences session.
- path:
The path.
- link:
The link to be stored at the path.
Return Value
TRUE if successful; otherwise, FALSE.