Hi Folks,
I am trying to create a new volume in Content Server, and it looks like what we need is just:
Object llNode = $LLIAPI.LLNodeSubsystem.GetItem( TheIDOfTheVolume )
llnode.NodeAlloc( session, TheNameOfTheVolume)
But this is assuming that we already know the ID of the volume.
The thing about this ID, is that 0 to 2000 is reserved internally, and anything beyond 2000 may or may not be taken by other Subtypes/Volumes or nodes..
Is it possible to dynamically generate the ID of the Volume? instead of pre-determining its ID
Thanks!!