You are viewing limited content. For full access, please sign in.

Question

Question

How to set Volume via SDK

SDK
asked on December 30, 2014

Hi,

Is it possible to set volume via SDK. I want that my app use other volume to create the entries in LF. Is it possible ?

0 0

Replies

replied on December 30, 2014

You can set the volume as a parameter in Document.Create()

 

int iEntryID = Document.Create(Folder Info fi, sName, "VOLUMES", EntryNameOption.AutoRename, raSession);

 

1 0
replied on July 7, 2016

All documents have a volume assigned to them, and yes, you can change that. It's simply a property of the existing Document object. Note that you can also migrate volumes in bulk through the client applications - you can simply select all the documents you want to impact and then run the migrate entry action. You can also do that on a set of search results. 

1 0
replied on July 7, 2016

Can a document or folder that already exists in Laserfiche and doesn't have a volume assigned to it, be assigned a volume using the SDK? I was hoping there is a way to use the SDK to update folders/documents using SDK and/or Workflow to update quickly rather than going into each folder/document and individually updating.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.