| Portfolio Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CorrigoService.Entities
 Syntax
Syntax[SerializableAttribute] public class Portfolio : CorrigoEntityWithOptimisticLock
The Portfolio type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DisplayAs | |
|  | ParentPortfolioId | 
            Reference to parent portfolio.
            Supported only for primary portfolios. If this field is NULL for primary portfolio, it means particular record is the root of its own hierarchy.
             | 
|  | SlaValues | 
            SLA Values overrides priority values (DueInMinutes, RespondInMinutes, AckInMinutes)
            for whole portfolio or certain community
             | 
|  | TurnTemplateId | |
|  | TypeId | 
            Portfolio type, matches enumeration PortfolioType. Supported values are Primary and Grouping.
             | 
|  | UseBizHours | 
            True means Work Zones’s/Portfolio’s Business Hours data will participate in workflow inheritance (even when such data is missing).
             | 
|  | UseEscalation | 
            True means Work Zone’s/Portfolio’s Escalation List data will participate in workflow inheritance (even when such data is missing).
             | 
|  | UseHolidays | 
            True means Work Zones’s/Portfolio’s Holidays data will participate in workflow inheritance (even when such data is missing).
             | 
|  | UseOnCall | 
            True means Work Zones’s/Portfolio’s On Call data will participate in workflow inheritance (even when such data is missing).
             | 
 See Also
See Also