SOLIDWORKS PDM Professional API Help Send Feedback
IEdmBatchListing4 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmBatchListing4 Interface


Allows you to create a listing of several file, folder, or internal component properties all at once.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmBatchListing4 
   Inherits IEdmBatchListingIEdmBatchListing2IEdmBatchListing3 
C# 
public interface IEdmBatchListing4 : IEdmBatchListingIEdmBatchListing2IEdmBatchListing3  
C++/CLI 
public interface class IEdmBatchListing4 : public IEdmBatchListingIEdmBatchListing2IEdmBatchListing3  

Example

Remarks

This interface extends IEdmBatchListing3 by allowing users to find out if files in their local cache are valid or obsolete.

See Also