Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions datamanagement/source/Model/ItemAttributes.gen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,15 @@ public ItemAttributes()
[DataMember(Name="extension", EmitDefaultValue=false)]
public ItemExtensionWithSchemaLink Extension { get; set; }

/// <summary>
/// The relative path of the item starting from project’s root folder.
/// </summary>
/// <value>
/// The relative path of the item starting from project’s root folder.
/// </value>
[DataMember(Name= "pathInProject", EmitDefaultValue=false)]
public string PathInProject { get; set; }

/// <summary>
/// Returns the string presentation of the object
/// </summary>
Expand Down
Loading