Questions tagged [sensenet]

Sense/Net is an enterprise grade open source application suite for building integrated Enterprise Content Management (ECM, ECMS) and Enterprise Portal (EPS) solutions running on the .NET platform.

Sense/Net ECM is the first Open Source Enterprise Content Management system for the .NET platform, a perfect alternative to proprietary ECM suites, such as SharePoint. With wider functionality than most open source Web CMS packages, Sense/Net is ideal for building enterprise Intranets, Extranets and Internet sites.

  • Content Repository with powerful search and query for storing millions of documents
  • Workspaces, lists and libraries for collaboration and document management
  • Enterprise 2.0 style collaboration, User profiles, Workspace Wall, Comment & Like function
  • WebDAV protocol and Microsoft Office integration for enhanced user experience
  • Windows Workflow Foundation 4 based workflows for BPM
  • Skin system, WYSIWYG and Smart Application Model for managing loads of web content
  • ASP.NET based development platform with Webpart and MVC support
  • OData REST API
  • Scalable Enterprise Architecture and Active Directory integration for enterprise deployment
  • Free Community and supported Enterprise editions with professional training.

More details can be found at these links:

https://www.sensenet.com/

https://community.sensenet.com/

https://github.com/SenseNet

http://sensenet.codeplex.com/

129 questions
1
vote
4 answers

Cross-origin resource sharing setting isn't applied

I'm running SenseNet 7.0.0, running it with ASP.NET 5.2.3 and I'm trying to run an api call from an Angular (Typescript) application. The Angular application runs on localhost:4200 and the ASP.NET application runs on localhost:55064. I followed this…
Janneman96
  • 374
  • 1
  • 8
  • 24
1
vote
2 answers

Sensenet: Define Content Type with File Upload

How Can I define an content type with a field that contains an file? I think I should use binary type data to do it that but I don't know how to do the rest... This example uses image upload, but I'm don't know how to define a field as a simple…
1
vote
1 answer

How SN Handle Content Versioning

I'm trying to know where SN saves versioning mode in its database for a specific container such as a folder! I found [Status] column in [Versions] table but I noticed that its value remains 1 even though I changed the mode from major to none and…
Anas Tina
  • 329
  • 1
  • 2
  • 14
1
vote
1 answer

Sensenet API: Upload Files to Folder Structure using Client

I have an requirement that consists to upload a document to a specific folder structure on sensenet. To create the folder structure I'm using the Tools.EnsurePathAsync. After this I upload the file to the folder structure that I just created. The…
1
vote
1 answer

Why can't I import Content into SenseNet that has multiple Choices selected?

I have a Content definition (CTD) in SenseNet that has a Choice field that allows multiple values to be selected (AllowMultiple is true). The XML definition looks like this: Status
Thane Plummer
  • 7,966
  • 3
  • 26
  • 30
1
vote
1 answer

Sense/Net download text file

When I try to download the text file in sensenet, the text file will open in browser but not downloaded, could you give some suggestions about how to set to download text file directly?
Frank Yuan
  • 121
  • 1
  • 8
1
vote
1 answer

Can a SenseNet 7.0 MVC application use a SenseNet 6.5 repository as its data source?

I have a SenseNet repository that was created from SenseNet 6.5.4 and it has 40+ custom content types (CTDs) each with their own content handler. This repository has been running for a client for well over a year and has a lot of data in it. I…
Thane Plummer
  • 7,966
  • 3
  • 26
  • 30
1
vote
1 answer

How do I resolve the "Node Out Of Date" exception in SenseNet?

Under various circumstances, the same actions will result in a Node Out of Date Exception. Here are two separate instances that caused this exception: When I update a field on a specific Content item (Order), other Content is created (Invoice) when…
Thane Plummer
  • 7,966
  • 3
  • 26
  • 30
1
vote
1 answer

What is the formal model behind Sense/Net ECM?

First, I don't know if this is the right place to discuss idea related to Sense/Net SN evolution & learning process about it! Anyway, this is my story: I have tried & tested some SN functionality especially content type definition CTD; It is really…
1
vote
3 answers

Sensenet: Pagination on Document Library

It is possible to define pagination on document library? I have a document library with more that 10000 documents... when I open the library occurs an timeout.
1
vote
1 answer

Sensenet: Query Builder, search for fields

I'm exploring the Query builder component of Sensenet. enter link description here On "Query Wizard" it is possible to search by "Content Type" and "Fields" (of the Selected Content)... Imagine that I have a Document Library, and the user customized…
1
vote
2 answers

Sensenet DateTime Field Default Value

When DateTime field is left blank, Sensenet displays (system default) '01/01/01 12:00' in the content browse mode. Can it display no value since it was not entered by users?
1
vote
1 answer

Sense/net using content query in console application

I try to use content query in console application but it throw an exception "Object reference not set to an instance of an object". Please give help me resolve that problem. var startSettings = new RepositoryStartSettings { …
dinhienhy
  • 15
  • 6
1
vote
2 answers

Add reference when creating node Sensenet

I'm working with sensenet and I have something confusing when I create a node in code behind on server side, I need to add a reference field to my node but I don't know how to do that. I tried some thing like node["user"] = node1 but it doesn't…
1
vote
1 answer

How to use the SenseNet framework with our Database

I successfully installed SenseNet Framework and it is running on my computer, but I don't know how to use this framework for our database to develop with my private website project and how to begin dev? can you help me ? many thanks!
1
2
3
8 9