ContentService.New Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
New(Guid)
Initializes a new content item from the specified guid.
public static Content New(Guid guid)
Parameters
- guid
- System.Guid
Guid of the content type.
Returns
Content
A content item, or null
if specified content item could not be initialized.