IProjectInfo interface
This interface represents the contract for the Project Information.
public interface IProjectInfo
Members
name | description |
---|---|
HubId { get; set; } | This property represents the Hub Id. |
HubName { get; set; } | This property represents the Hub Name. |
HubRegion { get; set; } | This property represents the Hub Region. |
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. |
TopFolderLink { get; set; } | This property represents the API Link to fetch Top folders. |
See Also
- namespace Autodesk.DataExchange.Core.Interface