C# Class SobekCM.Resource_Object.Metadata_Modules.EAD.Parent_Container_Info

Show file Open project: MarkVSullivan/SobekCM-Web-Application

Public Properties

Property Type Description
Container_Title string
Container_Type string

Public Methods

Method Description
Parent_Container_Info ( string Container_Type, string Container_Title ) : System

Constructor for a new instance of the Parent_Container_Info class

Method Details

Parent_Container_Info() public method

Constructor for a new instance of the Parent_Container_Info class
public Parent_Container_Info ( string Container_Type, string Container_Title ) : System
Container_Type string General type of this container ( usually 'box', 'folder', etc.. )
Container_Title string Title or label for this container
return System

Property Details

Container_Title public property

Title or label for this container
public string Container_Title
return string

Container_Type public property

General type of this container ( usually 'box', 'folder', etc.. )
public string Container_Type
return string