Exago .NET API Documentation
DefaultPartyTypeId Property
Example 
WebReports.Api.ReportMgmt Namespace > StorageMgmtConfig Class : DefaultPartyTypeId Property
Set the default party type for newly created folders in the root. Regardless of the value of Party Type, new folders created in the root will have their default party type set to this value.
Syntax
public System.int DefaultPartyTypeId {get; set;}

Property Value

An integer value representing the party_type_id from the Storage Management Party Type table.
Example
Set the Default Party Type to "Company"
api.SetupData.StorageMgmtConfig.DefaultPartyTypeId = 3;
See Also

Reference

StorageMgmtConfig Class
StorageMgmtConfig Members

Exago Knowledge Base

Storage Management: Database Schema - Party Type Table