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 ?
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 ?
You can set the volume as a parameter in Document.Create()
int iEntryID = Document.Create(Folder Info fi, sName, "VOLUMES", EntryNameOption.AutoRename, raSession);
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.
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.