Show / Hide Table of Contents

Class FolderModel

文件夾

Inheritance
System.Object
FolderModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models.Dms
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class FolderModel

Properties

View Source

Id

Folder Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid
View Source

Name

Folder 名稱

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

ParentId

上一層Folder Id

Declaration
public Guid? ParentId { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
View Source

Path

文件夾路徑

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX