---
title: "unorderedListIntentWithIdentity:nestedInsideIntent:"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/nspresentationintent/unorderedlistintentwithidentity:nestedinsideintent:"
---

# unorderedListIntentWithIdentity:nestedInsideIntent:

Creates an unordered-list intent with the provided information.

## Declaration

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

## Parameters

- `identity`: The unique identifier for the intent.
- `parent`: The parent intent of the list.

## Return Value

Return Value A new intent with the kind set to NSPresentationIntentKindUnorderedList.

## See Also

### Creating a presentation intent

- [paragraphIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/paragraphintentwithidentity:nestedinsideintent:.md)
- [headerIntentWithIdentity:level:nestedInsideIntent:](foundation/nspresentationintent/headerintentwithidentity:level:nestedinsideintent:.md)
- [orderedListIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/orderedlistintentwithidentity:nestedinsideintent:.md)
- [listItemIntentWithIdentity:ordinal:nestedInsideIntent:](foundation/nspresentationintent/listitemintentwithidentity:ordinal:nestedinsideintent:.md)
- [codeBlockIntentWithIdentity:languageHint:nestedInsideIntent:](foundation/nspresentationintent/codeblockintentwithidentity:languagehint:nestedinsideintent:.md)
- [blockQuoteIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/blockquoteintentwithidentity:nestedinsideintent:.md)
- [thematicBreakIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/thematicbreakintentwithidentity:nestedinsideintent:.md)
- [tableIntentWithIdentity:columnCount:alignments:nestedInsideIntent:](foundation/nspresentationintent/tableintentwithidentity:columncount:alignments:nestedinsideintent:.md)
- [tableHeaderRowIntentWithIdentity:nestedInsideIntent:](foundation/nspresentationintent/tableheaderrowintentwithidentity:nestedinsideintent:.md)
- [tableRowIntentWithIdentity:row:nestedInsideIntent:](foundation/nspresentationintent/tablerowintentwithidentity:row:nestedinsideintent:.md)
- [tableCellIntentWithIdentity:column:nestedInsideIntent:](foundation/nspresentationintent/tablecellintentwithidentity:column:nestedinsideintent:.md)
