Class repRelationships
- Namespace
 - PolarStudio
 
- Assembly
 - PolarStudio.dll
 
This class contains a set of relationships
public class repRelationships : GenericEnumerator<repRelationship>, IEnumerable
  - Inheritance
 - 
      
      
      repRelationships
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Methods
ItemBySourceFieldID(int)
Returns a relationship for the given SysFieldID of the source field.
public repRelationship ItemBySourceFieldID(int pSourceFieldID)
  Parameters
pSourceFieldIDintThe SysFieldID of the source field.
Returns
- repRelationship
 The outgoing relationship for the source field.