ComplexTypes
Module containing complex data types like HyperLink or ChoiceOption.
This module is autogenerated from Sense/Net ContentRepository.
let link = new Fields.HyperlinkData({ Href: 'http://sensenet.com', Text: 'Link to sensenet.com', Title: 'Go to sensenet.com', Target: '_blank' }); let webContent = new ContentTypes.WebContentDemo({ Id: 1, Name: 'MyContent', DisplayName: 'My Content', Type: 'WebContentDemo', Details: link });
Generated using TypeDoc
ComplexTypes
Module containing complex data types like HyperLink or ChoiceOption.
This module is autogenerated from Sense/Net ContentRepository.
let link = new Fields.HyperlinkData({ Href: 'http://sensenet.com', Text: 'Link to sensenet.com', Title: 'Go to sensenet.com', Target: '_blank' }); let webContent = new ContentTypes.WebContentDemo({ Id: 1, Name: 'MyContent', DisplayName: 'My Content', Type: 'WebContentDemo', Details: link });