Site
Web
Search
Login
Home
Document Exchange
Features
Extensions
Licensing
Testimonials
Translations
Buy
DMX Extensions
Support
Forums
Downloads
Free Stuff
Translations
Company
Partners
News
Contact
Test
You are here:
Support
/
Forums
Bring2mind Forums
Forums
Search Forum
Search
Advanced Search
Topics
Posts
Unanswered
Active Topics
Forums
>
Document Exchange
>
API
API to lock / unlock entry
Last Post 10/16/2015 3:37 PM by
Doug Moore
. 1 Replies.
Sort:
Oldest First
Most Recent First
Prev
Next
You are not authorized to post a reply.
Author
Messages
Doug Moore
New Member
Posts:3
10/16/2015 3:08 PM
how do I use API to lock / unlock an entry?
Dim oEntry As Bring2mind.DNN.Modules.DMX.Entities.Entries.EntryInfo = Bring2mind.DNN.Modules.DMX.Entities.Entries.EntriesController.GetEntry(PortalId, iEntry)
oEntry.LockedBy = Me.UserId
something like this? ^
Doug Moore
New Member
Posts:3
10/16/2015 3:37 PM
hm right after I posted that I thought - it should be in the entries controller and yep there it is
EntriesController.LockEntry(PortalId, Me.UserId, iEntry, New TimeSpan(6, 0, 0))
You are not authorized to post a reply.
Document Exchange
--Release Notes for Document Exc...
--Installation and Activation Is...
--User Interface
--Search
--Storage and Security
--WebDAV
--API
Document Exchange Lite
--Installation and Activation Is...
--Search
--Localization
--UI
--Storage and Security
--Extensions and addons
Forums
>
Document Exchange
>
API