VaultFolderCreate.DocumentSvc.DocumentService.GetLatestAssociatedFilePathsByMasterIds C# (CSharp) Method

GetLatestAssociatedFilePathsByMasterIds() private method

private GetLatestAssociatedFilePathsByMasterIds ( long fileMasterIds, FileAssociationTypeEnum parentAssociationType, bool parentRecurse, FileAssociationTypeEnum childAssociationType, bool childRecurse, bool includeRelatedDocuments, bool includeHidden ) : FilePathArray[]
fileMasterIds long
parentAssociationType FileAssociationTypeEnum
parentRecurse bool
childAssociationType FileAssociationTypeEnum
childRecurse bool
includeRelatedDocuments bool
includeHidden bool
return FilePathArray[]
        public FilePathArray[] GetLatestAssociatedFilePathsByMasterIds(long[] fileMasterIds, FileAssociationTypeEnum parentAssociationType, bool parentRecurse, FileAssociationTypeEnum childAssociationType, bool childRecurse, bool includeRelatedDocuments, bool includeHidden) {
            object[] results = this.Invoke("GetLatestAssociatedFilePathsByMasterIds", new object[] {
                        fileMasterIds,
                        parentAssociationType,
                        parentRecurse,
                        childAssociationType,
                        childRecurse,
                        includeRelatedDocuments,
                        includeHidden});
            return ((FilePathArray[])(results[0]));
        }
        
DocumentService