GetFolderInfo MethodSave PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The GetFolderInfo() method returns the row in the Folders table for the folder specified by the item ID, operation ID, entity ID, and version ID.Syntax Visual BasicC# 'Declaration Public Shared Function GetFolderInfo( _ ByVal itemID As String, _ ByVal operID As String, _ ByVal entID As Integer, _ ByVal verID As String _ ) As DataSet public static DataSet GetFolderInfo( string itemID, string operID, int entID, string verID ) ParametersitemID Required. Holds the item ID of the folder.operID Required. Holds the operation ID of the folder.entID Required. Holds the entity ID of the folder.verID Required. Holds the version ID of the folder. Return ValueReturns a DataSet that contains a single row for the specified folder.See AlsoReferenceFolders ClassFolders Members In This Topic
The GetFolderInfo() method returns the row in the Folders table for the folder specified by the item ID, operation ID, entity ID, and version ID.Syntax Visual BasicC# 'Declaration Public Shared Function GetFolderInfo( _ ByVal itemID As String, _ ByVal operID As String, _ ByVal entID As Integer, _ ByVal verID As String _ ) As DataSet public static DataSet GetFolderInfo( string itemID, string operID, int entID, string verID ) ParametersitemID Required. Holds the item ID of the folder.operID Required. Holds the operation ID of the folder.entID Required. Holds the entity ID of the folder.verID Required. Holds the version ID of the folder. Return ValueReturns a DataSet that contains a single row for the specified folder.See AlsoReferenceFolders ClassFolders Members
The GetFolderInfo() method returns the row in the Folders table for the folder specified by the item ID, operation ID, entity ID, and version ID.Syntax Visual BasicC# 'Declaration Public Shared Function GetFolderInfo( _ ByVal itemID As String, _ ByVal operID As String, _ ByVal entID As Integer, _ ByVal verID As String _ ) As DataSet public static DataSet GetFolderInfo( string itemID, string operID, int entID, string verID ) ParametersitemID Required. Holds the item ID of the folder.operID Required. Holds the operation ID of the folder.entID Required. Holds the entity ID of the folder.verID Required. Holds the version ID of the folder. Return ValueReturns a DataSet that contains a single row for the specified folder.See AlsoReferenceFolders ClassFolders Members
The GetFolderInfo() method returns the row in the Folders table for the folder specified by the item ID, operation ID, entity ID, and version ID.Syntax Visual BasicC# 'Declaration Public Shared Function GetFolderInfo( _ ByVal itemID As String, _ ByVal operID As String, _ ByVal entID As Integer, _ ByVal verID As String _ ) As DataSet public static DataSet GetFolderInfo( string itemID, string operID, int entID, string verID ) ParametersitemID Required. Holds the item ID of the folder.operID Required. Holds the operation ID of the folder.entID Required. Holds the entity ID of the folder.verID Required. Holds the version ID of the folder. Return ValueReturns a DataSet that contains a single row for the specified folder.See AlsoReferenceFolders ClassFolders Members