IFolderInfo interface
This interface represents the contract for the FolderInfo. It defines the set of public members and methods that must be implemented by any class that aims to provide the functionality of the FolderInfo.
public interface IFolderInfo
Members
name | description |
---|---|
FolderId { get; set; } | This property represents the Folder Id. |
FolderName { get; set; } | This property represents the Folder Name. |
HubId { get; set; } | This property represents the Hub Id. |
HubRegion { get; set; } | This property represents the Hub region. |
IsChildFolderPresent { get; set; } | This property represents is child folder present. |
IsReadOnly { get; set; } | This property represents is folder read only. |
Next { get; set; } | This property represents the Next. |
Prev { get; set; } | This property represents the Prev. |
ProjectId { get; set; } | This property represents the Project Id. |
ProjectName { get; set; } | This property represents the Project Name. |
ProjectType { get; set; } | This property represents the Project Type. |
See Also
- namespace Autodesk.DataExchange.Core.Interface