ParentFolderId property

FolderId? ParentFolderId
Gets the Id of this folder's parent folder.

Implementation

FolderId? get ParentFolderId =>
    this.PropertyBag[FolderSchema.ParentFolderId] as FolderId?;