ResourceServicesGetAllFactories Method  | 
 
            Retrieves all factory resources defined in FactoryLogix, including their hierarchy.
            
 
    Namespace: 
   FactoryLogix.xTend.FactoryResources
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic IEnumerable<Factory> GetAllFactories(
	Guid sessionId
)
Public Function GetAllFactories ( 
	sessionId As Guid
) As IEnumerable(Of Factory)
public:
virtual IEnumerable<Factory^>^ GetAllFactories(
	Guid sessionId
) sealed
abstract GetAllFactories : 
        sessionId : Guid -> IEnumerable<Factory> 
override GetAllFactories : 
        sessionId : Guid -> IEnumerable<Factory> Parameters
- sessionId
 - Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. 
Return Value
Type: 
IEnumerableFactoryA list of 
Factory objects representing all of the root factories that have been defined in factoryLogix.
            Each factory will contain children derived from 
ResourceBase representing all of the resources within that 
Factory.
            
Exceptions
See Also