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


Allows you to specify user and group permissions and file data cards when creating a folder with IEdmFolder5::AddFolder.


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 IEdmFolderData5 
C# 
public interface IEdmFolderData5 
C++/CLI 
public interface class IEdmFolderData5 

Example

Remarks

This interface inherits from IDispatch. See IDispatch Interface (Automation).

By default, user permissions and file data card definitions are inherited from the parent folder.

Accessors

See Also