Contents

unorderedListIntentWithIdentity:nestedInsideIntent:

Creates an unordered-list intent with the provided information.

Declaration

+ (NSPresentationIntent *) unorderedListIntentWithIdentity:(NSInteger) identity nestedInsideIntent:(NSPresentationIntent *) parent;

Parameters

  • identity:

    The unique identifier for the intent.

  • parent:

    The parent intent of the list.

Return Value

A new intent with the kind set to NSPresentationIntentKindUnorderedList.

See Also

Creating a presentation intent