Hi all,
I'm trying to calculate the total size on the volume for the entries that are returned from a search, using the SDK. Obviously there is the DocumentInfo.ElecDocumentSize property but I'd prefer not to loop through search results due to the time it will take to do this for larger searches. Is there a time-efficient way to do this?
I'm essentiallty wanting to access the same functionality that exists in the client when a user selects their search results and clicks File > Calculate Sizes.
Any help is much appreciated.